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
Currently, ObjectStore methods are not threadsafe.
In order to allow building a multi-threaded server, we need to make them safe for multiple threads at once.
Since the spcification only calls for singular operations at the moment, this is an issue for a later time, however.
The text was updated successfully, but these errors were encountered:
Currently,
ObjectStore
methods are not threadsafe.In order to allow building a multi-threaded server, we need to make them safe for multiple threads at once.
Since the spcification only calls for singular operations at the moment, this is an issue for a later time, however.
The text was updated successfully, but these errors were encountered: