ssloop icon indicating copy to clipboard operation
ssloop copied to clipboard

state error when connection refused

Open clowwindy opened this issue 12 years ago • 0 comments

2013-05-24 18:17:55 E error when calling callback Traceback (most recent call last): File "./ssloop/ssloop/event.py", line 36, in emit cb(_args, *_kwargs) File "local.py", line 70, in on_data self.remote_handler.conn.write(data) File "./ssloop/ssloop/net.py", line 196, in write self._write() File "./ssloop/ssloop/net.py", line 166, in _write assert self._state in (STATE_STREAMING, STATE_CLOSING) AssertionError

clowwindy avatar May 24 '13 10:05 clowwindy