[issue27392] Add a server_side keyword parameter to create_connection

Jim Fulton report at bugs.python.org
Wed Jun 29 09:40:10 EDT 2016


Jim Fulton added the comment:

Tests are also unstable with uvloop. (Although uvloop doesn't have http://bugs.python.org/issue27386 at least.)

I was eventually able to wrestle the test into submission using asyncio.Server. I suspect that some of this had to do with issues closing connections at the end of tests.  I made my close logic more paranoid and that *seemed* to help.  Some of the instability was due to test bugs that were activated by the different timing characteristics of using asyncio.Server.

----------

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


More information about the Python-bugs-list mailing list