Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window with Observable: fixed unsubscription and behavior #3039

Merged
merged 1 commit into from
Jul 14, 2015

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