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

delay operator behavior is misleading #45

Open mocheng opened 7 years ago

mocheng commented 7 years ago

When sliding one marble in source stream to right, the corresponding marble in result stream disappeared to the end. It looks that if one value is delayed after source completion, it is not passed on at all. This is not right.

And, the complete point is not delayed. This is not right either.

image

Perhaps the completion point of source stream should be moved ahead, so that there is enough space to show expected behavior.