Loading sjrpc/client/simple.py +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ class SimpleRpcClient(ConnectionManager): if event & select.EPOLLHUP: logging.error('Socket HUP fd/%s', fd) self.shutdown() #TODO self.shutdown() def all_connections(self): return set((self._connection,)) Loading Loading
sjrpc/client/simple.py +1 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,7 @@ class SimpleRpcClient(ConnectionManager): if event & select.EPOLLHUP: logging.error('Socket HUP fd/%s', fd) self.shutdown() #TODO self.shutdown() def all_connections(self): return set((self._connection,)) Loading