Loading sjrpc/core/rpcconnection.py +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ class RpcConnection(object): watcher.stop() # Shutdown each registered protocols: for proto in self._protocols.itervalues(): for proto in self._protocols.values(): proto.shutdown() # Close the connection socket: Loading Loading
sjrpc/core/rpcconnection.py +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ class RpcConnection(object): watcher.stop() # Shutdown each registered protocols: for proto in self._protocols.itervalues(): for proto in self._protocols.values(): proto.shutdown() # Close the connection socket: Loading