We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: