Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Observable.interval(ms) is confusing #59

Open
krokofant opened this issue Mar 11, 2019 · 1 comment
Open

Observable.interval(ms) is confusing #59

krokofant opened this issue Mar 11, 2019 · 1 comment

Comments

@krokofant
Copy link

The example gives interval(10) and emits values 0 through 9. The time parameter should differ from the amount of events so that it's clearly not related. The example marble also seems to close at the 10:th event which adds to the confusion.

@waterkamp
Copy link

yes I agree to @krokofant
The interval example is not correct. At emit-value number 9, the stream is market as completed, but interval does not complete.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants