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
LiteDB should be thread safe, but somehow in a test I did seems not, thread just fail misteriously
this only happens with ~10000 thread per second... So here I manually lock, maybe there is something I'm missing...
Findout and remove lock(_db) on session and user collections call
The text was updated successfully, but these errors were encountered:
LiteDB should be thread safe, but somehow in a test I did seems not, thread just fail misteriously
this only happens with ~10000 thread per second... So here I manually lock, maybe there is something I'm missing...
Findout and remove lock(_db) on session and user collections call
The text was updated successfully, but these errors were encountered: