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

Thread-safety #18

Open
knedlsepp opened this issue Feb 3, 2017 · 2 comments
Open

Thread-safety #18

knedlsepp opened this issue Feb 3, 2017 · 2 comments

Comments

@knedlsepp
Copy link

After a quick test using valgrind I'm experiencing invalid reads on a multithreaded application. Is this a bug or is your library only expected to work in a single-threaded environment?

@lamerman
Copy link
Owner

lamerman commented Feb 6, 2017

@knedlsepp the library is not thread safe, you should use locking mechanisms to use it in a multi-threaded environment. Probably it should be better documented.

@knedlsepp
Copy link
Author

Oh that's unfortunate. Thank you for the information!

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

2 participants