Loading cloudcontrol/node/node.py +1 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ class RPCStartHandler(Thread): logger.exception('Unexpected exception while authenticating') self.stop() self.rpc_con.shutdown() self.loop.restart_rpc_connection() def auth_done_cb(self, call_id, response=None, error=None): Loading Loading
cloudcontrol/node/node.py +1 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ class RPCStartHandler(Thread): logger.exception('Unexpected exception while authenticating') self.stop() self.rpc_con.shutdown() self.loop.restart_rpc_connection() def auth_done_cb(self, call_id, response=None, error=None): Loading