staltz / rxmarbles

Interactive diagrams of Rx Observables
http://www.rxmarbles.com
BSD 3-Clause "New" or "Revised" License
4.21k stars 536 forks source link

Observable.interval(ms) is confusing #59

Open krokofant opened 5 years ago

krokofant commented 5 years ago

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 commented 4 years ago

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.