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 was just browsing some of the source code to get a better understanding and I stumbled upon [https://github.com/ReactiveX/RxJava/blob/1.x/src/main/java/rx/Completable.java#L1666](this line). Isn't there a call to s.onError(e) missing?