staltz / rxmarbles

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

Bug in demo website #21

Open rcousens opened 9 years ago

rcousens commented 9 years ago

I noticed if I load the pausableBuffered URL directly, 6 comes out of the buffer and gets added to the final stream. http://rxmarbles.com/#pausableBuffered

If I click on pausable demo first, and then click on pausableBuffered, 5 comes out of the buffer and gets added to the stream instead.

http://rxmarbles.com/#pausable <then click on pausableBuffered>

Is this intended or have I unwittingly hit a bug?

Screenshot included:

http://i.imgur.com/TllQVkV.png

staltz commented 9 years ago

Legit bug. Incredible that you found it, but looks mysterious at first sight. Will do something about it. :+1:

rcousens commented 9 years ago

Happy to help! Quickest response I've experienced to a reported bug yet! :+1: