fix(server): remove window.hide() since widgets will be teared down on...
Description
This MR fixes that RPCReference
would not support rpc calls to properties. It extends the __setattr__
behavior of the reference class. To avoid future issues, a test was added that checks that properties and methods are executed both.
Related Issues
closes #471 (closed)
Definition of Done
-
Documentation is up-to-date.