You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments