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

OperatorDoOnRequest should unsubscribe from upstream #2859

Merged
merged 1 commit into from
Apr 7, 2015

Conversation

davidmoten
Copy link
Collaborator

When Observable.doOnRequest is used it does not pass unsubscription upstream. This PR fixes that and also adds a unit test of the base functionality for doOnRequest (no unit tests were present for this operator at all).

@davidmoten
Copy link
Collaborator Author

Travis failure is unrelated:

rx.internal.operators.OperatorRetryTest > testRetryWithBackpressureParallel

@akarnokd akarnokd added the Bug label Apr 7, 2015
@akarnokd
Copy link
Member

akarnokd commented Apr 7, 2015

Thanks.

akarnokd added a commit that referenced this pull request Apr 7, 2015
OperatorDoOnRequest should unsubscribe from upstream
@akarnokd akarnokd merged commit 1fdd9eb into ReactiveX:1.x Apr 7, 2015
@benjchristensen benjchristensen mentioned this pull request Apr 9, 2015
@davidmoten davidmoten deleted the doOnRequest-fix-2 branch April 10, 2015 04:35
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