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
RxJava2 has changed its default policy regarding errors: Exceptions are never swallowed or ignored.
Therefore I suggest that the default implementation should also handle exceptions differently.
Maybe just get the io.reactivex.plugins.RxJavaPlugins#getErrorHandler and use that.
At least that is what I expected.
The text was updated successfully, but these errors were encountered:
Hey,
RxJava2 has changed its default policy regarding errors: Exceptions are never swallowed or ignored.
Therefore I suggest that the default implementation should also handle exceptions differently.
Maybe just get the io.reactivex.plugins.RxJavaPlugins#getErrorHandler and use that.
At least that is what I expected.
The text was updated successfully, but these errors were encountered: