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/load from file #91

Closed mosmuell closed 5 months ago

mosmuell commented 5 months ago

When passing a filename to the Server, the cache was not filled correctly. The reason is that the observer was initialised after the state was loaded, so the observer could not tell the cache what had changed. This was reflected in the frontend by values that were not up-to-date.