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
fix(fromObservable): support synchronous unsubscribe on completion
If the observable being converted to a stream will synchronously complete when subscribed to, then
it would also immediately unsubscribe. The previous implementation of fromObservable was buggy in
the sense that the synchronous unsubscribe would fail. This fixes fromObservable.
0 commit comments