mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-25 18:40:03 +02:00

- will now be changed in place (instead of being overwritten on reconnect, which was the only way of adding or removing property getters / setters) - replaces getters/setters and methods of proxy with __setattr__ and __getattribute__ functionality - replaces ProxyClassFactory with ProxyClass and ProxyLoader. The latter updates the former on reconnect - client does not need to be a DataService anymore. It only establishes the connection and holds the reference to the proxy class.