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 noticed that Disposable returned from Single::subscribe(final BiConsumer<? super T, ? super Throwable> onCallback) returns false from Disposable::isDisposed even after onCallback was called. Version of RxJava is 2.0.8. Code sample:
I noticed that
Disposable
returned fromSingle::subscribe(final BiConsumer<? super T, ? super Throwable> onCallback)
returnsfalse
fromDisposable::isDisposed
even afteronCallback
was called. Version of RxJava is 2.0.8. Code sample:Output is:
The text was updated successfully, but these errors were encountered: