Loading cloudcontrol/server/clients/__init__.py +3 −0 Original line number Diff line number Diff line Loading @@ -203,6 +203,9 @@ class Client(object): def shutdown(self): """ Shutdown the connection to the client. """ # Disable the client handler: self.conn.rpc.set_handler(None) # Unregister all remote tags: for tag in self._remote_tags.copy(): self.tags_unregister(tag) Loading Loading
cloudcontrol/server/clients/__init__.py +3 −0 Original line number Diff line number Diff line Loading @@ -203,6 +203,9 @@ class Client(object): def shutdown(self): """ Shutdown the connection to the client. """ # Disable the client handler: self.conn.rpc.set_handler(None) # Unregister all remote tags: for tag in self._remote_tags.copy(): self.tags_unregister(tag) Loading