You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…less than `bufferSize` (#2076)
- fixed issue where internal `buffers` store was keeping an additional buffer for no good reason
- improved logic and performance around updating internal `buffers` list
- adds a test to ensure proper behavior
fixes#2062
RxJS version:
5.0.0.rc-1
Code to reproduce:
http://codepen.io/nabati/pen/kkVLwr
Expected behavior:
When clicking three times in the document, expecting PING PING PING, PING PING PONG.
Actual behavior:
Getting PING PING PING, PING PONG PING.
Additional information:
Seems like adding a delay(0) before the last map solves the issue, as such
The text was updated successfully, but these errors were encountered: