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/update frontend before setting state #107

Closed mosmuell closed 3 months ago

mosmuell commented 3 months ago

Pushing updates from the backend before setting the service state in the frontend on first load resulted in an error that thet state was null. This MR fixes this by only changing the state if it is not null.