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
In NYBusDriver the events can be posted from any thread and are observed on the correct thread.
Each of the thread related observables themselves are not thread-safe. Consider using the serialized subject or confined all the onNext events to a single thread.
The text was updated successfully, but these errors were encountered:
In
NYBusDriver
the events can be posted from any thread and are observed on the correct thread.Each of the thread related observables themselves are not thread-safe. Consider using the serialized subject or confined all the onNext events to a single thread.
The text was updated successfully, but these errors were encountered: