Loading sjrpc/core/protocols/tunnel.py +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ class TunnelProtocol(Protocol): """ # Abort if peer don't want more data: if self._ok_to_send <= 0: watcher.stop watcher.stop() return try: Loading Loading
sjrpc/core/protocols/tunnel.py +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ class TunnelProtocol(Protocol): """ # Abort if peer don't want more data: if self._ok_to_send <= 0: watcher.stop watcher.stop() return try: Loading