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
I've eliminated the use of RxJava Observables from the Java client.
I think they are problematic.
In particular, events can arrive before anyone has subscribed to the Observable.
I've eliminated the use of RxJava Observables from the Java client.
I think they are problematic.
In particular, events can arrive before anyone has subscribed to the Observable.
Looks like there is an issue for this: #17
The text was updated successfully, but these errors were encountered: