ssloop icon indicating copy to clipboard operation
ssloop copied to clipboard

ssloop is a super simple event loop

Results 5 ssloop issues
Sort by recently updated
recently updated
newest added

Hello, I notice that there may be a typo in the file "loop.py". At line 135-136, the method tries to call the expired handler at first, which is stored in...

OverflowError: long int too large to convert to int Traceback (most recent call last): File "./ssloop/ssloop/loop.py", line 106, in _call_handler handler.callback() File "./ssloop/ssloop/net.py", line 178, in _write_cb self._loop.remove_handler(self._write_handler) File "./ssloop/ssloop/loop.py",...

bug

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...

bug