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
Apparently TestObserver disconnects from the upstream on onComplete but TestSubscriber doesn't so this might be some residue. I'll post a PR to fix this.
Generally though, some operators disconnect in a similar fashion so calling dispose has no effect after they complete.
The following test case fails:
In my opinion this is a bit misleading and probably should not be the case. Is this working as intended?
The text was updated successfully, but these errors were encountered: