ReactiveX / RxJavaFX

RxJava bindings for JavaFX
Apache License 2.0
519 stars 67 forks source link

do not ignore exceptions, call RxJavaPlugins.onError instead #82

Closed jschneider closed 5 years ago

jschneider commented 5 years ago

This behavior corresponds to the RxJava2 behavior: https://github.com/ReactiveX/RxJava/wiki/What%27s-different-in-2.0#error-handling

https://github.com/ReactiveX/RxJavaFX/issues/81

thomasnield commented 5 years ago

I'll take a look at this shortly, thanks.