mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-24 01:50:03 +02:00

The client will update the proxy class serialization directly on the ProxyClass instance. this is the only time this get "updated". Now, the client also notifies the observers directly with the proxy object as this the serialization of the proxy class is now done through its `serialize` method (which we have overwritten in a previous commit).