Skip to content

Make ObjectStore threadsafe #205

New issue

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

Closed
s-heppner opened this issue Jan 4, 2024 · 2 comments
Closed

Make ObjectStore threadsafe #205

s-heppner opened this issue Jan 4, 2024 · 2 comments
Labels
enhancement Enhancement of an existing feature sdk Something to do with the `sdk` package

Comments

@s-heppner
Copy link
Contributor

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.

@s-heppner s-heppner added enhancement Enhancement of an existing feature API labels Jan 4, 2024
@jkhsjdhjs
Copy link
Contributor

@s-heppner s-heppner added sdk Something to do with the `sdk` package and removed API labels Nov 17, 2024
@s-heppner
Copy link
Contributor Author

This has been solved with the addition of the new SetObjectStore, see #340.

@s-heppner s-heppner added this to the Release v1.1.1 milestone Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of an existing feature sdk Something to do with the `sdk` package
Projects
None yet
Development

No branches or pull requests

2 participants