Skip to content

Issue with bufferCount? #2062

@nabati

Description

@nabati

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

// ...
    .delay(0)
    .map(action => store$.next(action));

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions