-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
oc_ocdm is not thread-safe!
As for now, it's better to make sure that this library is used inside only one execution context at a time.
This is caused by the way in which the IDs of new entities are managed (storing and reading counters from text files or in-memory dictionaries).
It could be worth having a look at the CounterHandler subclasses.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request