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
If I run just the test file, it succeeds. If I run a complete build, it fails due to receiving 9 onNext calls most of the time. Shouldn't SynchronizedObserver also ensure event semantics as well as synchronization?
(Tested on i7 4770K @ 3.5GHz; 4/8 cores).
The text was updated successfully, but these errors were encountered:
As per ReactiveX#872 make Synchronized reject events after terminal state.
This class should not unsubscribe though. That is only for SafeSubscriber at the end.
If I run just the test file, it succeeds. If I run a complete build, it fails due to receiving 9 onNext calls most of the time. Shouldn't SynchronizedObserver also ensure event semantics as well as synchronization?
(Tested on i7 4770K @ 3.5GHz; 4/8 cores).
The text was updated successfully, but these errors were encountered: