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

fix(Subject): ensure subject properly throws ObjectUnsubscribedError … #2318

Merged
merged 1 commit into from
Feb 1, 2017
Merged

fix(Subject): ensure subject properly throws ObjectUnsubscribedError … #2318

merged 1 commit into from
Feb 1, 2017

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Jan 31, 2017

…when unsubscribed then resubscribed to

  • Also changes one AsyncSubject test that seemed to have a typo where the author intended to dispose of a subscription, but disposed of the subject itself instead

@benlesh
Copy link
Member Author

benlesh commented Jan 31, 2017

Basically, my last fix around errors thrown in the body of the observables initialization created a regression in subjects where instead of just throwing ObjectUnsubscribedError, it was sending it down the error chain. It also uncovered one bad test.

…when unsubscribed then resubscribed to

- Also changes one AsyncSubject test that seemed to have a typo where the author intended to dispose of a subscription, but disposed of the subject itself instead

*
@benlesh
Copy link
Member Author

benlesh commented Feb 1, 2017

Given that my fork build is passing (for the source of this PR), and we're waiting on Travis builds from RxSwift, I feel okay to merge this.

@benlesh benlesh merged commit 41489eb into ReactiveX:master Feb 1, 2017
@benlesh benlesh deleted the fix-subject branch March 1, 2017 20:35
@lock
Copy link

lock bot commented Jun 6, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants