RxJavaFX icon indicating copy to clipboard operation
RxJavaFX copied to clipboard

JavaFxObserver#onError: custom implementation

Open jschneider opened this issue 6 years ago • 1 comments
trafficstars

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.

jschneider avatar Jan 18 '19 14:01 jschneider

https://github.com/ReactiveX/RxJavaFX/pull/82

jschneider avatar Jan 18 '19 14:01 jschneider