forked from ReactiveX/rxjs
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(windowCount): fix windowCount window opening times
Fix bugs with windowCount. This commit reverts PR ReactiveX#273, in order to have windowCount pass comprehensive marble tests. windowCount must open the first window immediately, not when the first next() event arrives, to comply with legacy windowWithCount and with RxJS Next window and windowTime.
- Loading branch information
Andre Medeiros
committed
Oct 13, 2015
1 parent
6504ef5
commit b11f0b4
Showing
1 changed file
with
21 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters