[issue27392] Add a server_side keyword parameter to create_connection

Jim Fulton report at bugs.python.org
Wed Jun 29 10:01:28 EDT 2016


Jim Fulton added the comment:

I agree that if create_server (or asyncio.Server) is buggy, it should be fixed!

However, IMO, it's useful to be able to accept a connection outside of an asyncio event loop and then hand the loop the connected socket.

----------

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


More information about the Python-bugs-list mailing list