[issue27386] Asyncio server hang when clients connect and immediately disconnect

Yury Selivanov report at bugs.python.org
Wed Jun 29 14:09:07 EDT 2016


Yury Selivanov added the comment:

> It also doesn't occur with uvloop, which I assume still uses sockets.

No, uvloop doesn't use python sockets or select for IO at all.  All IO is done in libuv.

> WRT CPython/sockets this problem doesn't happen if I use asyncore to accept connections and hand them off to create_connection. :)

Interesting.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27386>
_______________________________________


More information about the Python-bugs-list mailing list