Loading sjrpc/core/rpcconnection.py +1 −0 Original line number Diff line number Diff line Loading @@ -391,6 +391,7 @@ class RpcConnection(object): ''' Shutdown this connection. ''' self.logger.info('Connection shutdown.') # Shutdown each registered watcher: for watcher in self._watchers: watcher.stop() Loading Loading
sjrpc/core/rpcconnection.py +1 −0 Original line number Diff line number Diff line Loading @@ -391,6 +391,7 @@ class RpcConnection(object): ''' Shutdown this connection. ''' self.logger.info('Connection shutdown.') # Shutdown each registered watcher: for watcher in self._watchers: watcher.stop() Loading