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
Given o.publish().refCount() on an infinite synchronous source o, line 93 in OnSubscribeRefCount never completes thus emitting is never false and disconnect cannot happen.
Given
o.publish().refCount()
on an infinite synchronous sourceo
, line 93 inOnSubscribeRefCount
never completes thusemitting
is never false and disconnect cannot happen.Here's a unit test failing on 0.20.4:
The text was updated successfully, but these errors were encountered: