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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: