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.
I've noticed there are a few factories left that call
subscribeOn(JavaFxScheduler.platform()
unnecessarily. I actually noticed this causes some issues withObservableSet
change streams, and emissions are not firing on changes.But removing the scheduler causes it to work fine.