ReactiveX / rxdart

The Reactive Extensions for Dart
http://reactivex.io
Apache License 2.0
3.36k stars 271 forks source link

window: incorrect behavior #640

Open hoc081098 opened 2 years ago

hoc081098 commented 2 years ago
----0----1-----2-----3----4----5---------
-------------@-------------------@

CURRENT BEHAVIOR
---------------------------------------------
             -0-1-|              -2-3-4-|

EXPECTED BEHAVIOR
---------------------------------------------
----0----1---|
               -2-----3----4----5--|