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
In RxJava (2.2.2) if I use the next code the onDispose callback is called twice. I have already changed the code to not use this approach bc the s.onNext inside the subscribe is pretty obscure, but I report it just in case this can affect more cases. Looks like firstOrError (actually ObservableElementAtSingle) can call upstream cancelation twice.
In RxJava (2.2.2) if I use the next code the
onDispose
callback is called twice. I have already changed the code to not use this approach bc thes.onNext
inside the subscribe is pretty obscure, but I report it just in case this can affect more cases. Looks like firstOrError (actually ObservableElementAtSingle) can call upstream cancelation twice.Code that produces the problem:
Console output:
The text was updated successfully, but these errors were encountered: