eclipse-basyx / basyx-python-sdk

MIT License
61 stars 28 forks source link

Make `ObjectStore` threadsafe #205

Open s-heppner opened 10 months ago

s-heppner commented 10 months ago

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.

jkhsjdhjs commented 10 months ago

Transferred from: https://git.rwth-aachen.de/acplt/pyi40aas/-/issues/79