Loading sjrpc/core/protocols/tunnel.py +1 −1 Original line number Diff line number Diff line Loading @@ -131,6 +131,7 @@ class TunnelProtocol(Protocol): """ if not self._is_shutdown.is_set(): self._connection.rpc.send_special('protoctl', label=self._label, type='ready') self._send_get(TunnelProtocol.DEFAULT_GET_SIZE) self._is_started = True self._endpoint_reader.start() Loading Loading @@ -180,7 +181,6 @@ class TunnelProtocol(Protocol): self._endpoint_reader.start() elif control_type == 'ready': self._send_get(TunnelProtocol.GET_SIZE) self._ok_to_send += TunnelProtocol.GET_SIZE if self._is_started: self._endpoint_reader.start() elif control_type == 'eos': Loading Loading
sjrpc/core/protocols/tunnel.py +1 −1 Original line number Diff line number Diff line Loading @@ -131,6 +131,7 @@ class TunnelProtocol(Protocol): """ if not self._is_shutdown.is_set(): self._connection.rpc.send_special('protoctl', label=self._label, type='ready') self._send_get(TunnelProtocol.DEFAULT_GET_SIZE) self._is_started = True self._endpoint_reader.start() Loading Loading @@ -180,7 +181,6 @@ class TunnelProtocol(Protocol): self._endpoint_reader.start() elif control_type == 'ready': self._send_get(TunnelProtocol.GET_SIZE) self._ok_to_send += TunnelProtocol.GET_SIZE if self._is_started: self._endpoint_reader.start() elif control_type == 'eos': Loading