tiqi-group / pydase

A flexible and robust Python library for creating, managing, and interacting with data services, with built-in support for web and RPC servers, and customizable features for diverse use cases.
MIT License
0 stars 1 forks source link

Fix/task disappears after changing state #109

Closed mosmuell closed 3 months ago

mosmuell commented 3 months ago

When starting / stopping a task, the cache was not updated correctly. This MR adapts the method responsible for changing the serialization dictionary, fixing the issue and making it more understandable.