light-scattering-io / caqtus

Package that provides tools to control an experiment
MIT License
0 stars 0 forks source link

Isolate client context in rpc server #31

Closed light-scattering-io closed 1 month ago

light-scattering-io commented 1 month ago

Is your feature request related to a problem? Please describe. At the moment the rpc servers share all persistent objects accross clients.

This is not great in term of isolation of the clients.

Describe the solution you'd like Each client should have its own context containing the objects belonging to itself and no other objects.