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

1.x: fix SafeSubscriber documentation regarding unsubscribe #3512

Merged
merged 1 commit into from Nov 10, 2015

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Nov 9, 2015

The documentation was wrong in two points: unsubscription doesn't callonCompleted and unsubscription doesn't directly prevent delivery of onXXX events since the implementation doesn't even check isUnsubscribed: (it is the responsibility of the upstream to do that).

Related issue: #3059.

The documentation was wrong in two points: unsubscription doesn't call
onCompleted and unsubscription doesn't directly prevent delivery of
onXXX events since the implementation doesn't even check isUnsubscribed:
(it is the responsibility of the upstream to do that).
@stealthcode
Copy link

👍

1 similar comment
@zsxwing
Copy link
Member

zsxwing commented Nov 10, 2015

👍

akarnokd added a commit that referenced this pull request Nov 10, 2015
1.x: fix SafeSubscriber documentation regarding unsubscribe
@akarnokd akarnokd merged commit 91292a3 into ReactiveX:1.x Nov 10, 2015
@akarnokd akarnokd deleted the SafeSubscriberDocFix branch November 10, 2015 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants