Skip to content

Conversation

akarnokd
Copy link
Member

Fixed unsubscription propagation of two Window variants (boundary, start-end).

In addition, there was a discrepancy reported on StackOverflow regarding the factory-boundary version. In Rx.NET, the factory is called whenever the previous boundary observable has produced a value. I.e., instead of a series of onNexts from the same Observable, it uses a series of Observables with a single onNext emission as a boundary indicator.

@akarnokd akarnokd added the Bug label Jun 22, 2015
benjchristensen added a commit that referenced this pull request Jul 14, 2015
Window with Observable: fixed unsubscription and behavior
@benjchristensen benjchristensen merged commit 19ceb76 into ReactiveX:1.x Jul 14, 2015
@benjchristensen
Copy link
Member

Thank you for tackling this.

@akarnokd akarnokd deleted the WindowFuncFix branch July 14, 2015 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants