Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NYBusDriver is not thread safe #14

Open
bangarharshit opened this issue Nov 20, 2017 · 3 comments
Open

NYBusDriver is not thread safe #14

bangarharshit opened this issue Nov 20, 2017 · 3 comments

Comments

@bangarharshit
Copy link

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.

@amitshekhariitbhu
Copy link
Owner

@bangarharshit Ok, will discuss more with you and fix it.

@bangarharshit
Copy link
Author

Sure. Feel free to ping.

@norbdev
Copy link

norbdev commented Jul 25, 2018

The issue is still open? @amitshekhariitbhu

Repository owner deleted a comment from mecoFarid Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants