Skip to content

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.

3 participants