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
{{ message }}
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.
I noticed that there are very likely many methods that need to be fixed for "too early OnCompleted() publication" due to use of some intermediary IObservable.
This one is an example fix I made today, which would describe what I mean: 10d889b#L1L1745
We should wait for all relevant IObservables before triggering OnCompleted() just by the source OnCompleted().
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I noticed that there are very likely many methods that need to be fixed for "too early OnCompleted() publication" due to use of some intermediary IObservable.
This one is an example fix I made today, which would describe what I mean:
10d889b#L1L1745
We should wait for all relevant IObservables before triggering OnCompleted() just by the source OnCompleted().
The text was updated successfully, but these errors were encountered: