Skip to content

Commit

Permalink
Fix for #2869 overlapping windows. Source was emitting t multiple tim…
Browse files Browse the repository at this point in the history
…es while holding queue.
  • Loading branch information
Alex Wenckus committed Apr 20, 2015
1 parent 9d90aed commit 535c41b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public void onNext(T t) {
do {
drain(localQueue);
if (once) {
once = true;
once = false;
emitValue(t);
}

Expand Down

0 comments on commit 535c41b

Please sign in to comment.