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