ReactiveX / RxJavaFX

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

No factories should subscribeOn() the Platform thread #80

Open thomasnield opened 5 years ago

thomasnield commented 5 years ago

I've noticed there are a few factories left that call subscribeOn(JavaFxScheduler.platform() unnecessarily. I actually noticed this causes some issues with ObservableSet change streams, and emissions are not firing on changes.

But removing the scheduler causes it to work fine.