[issue36709] Asyncio SSL keep-alive connections raise errors after loop close.

Andrew Svetlov report at bugs.python.org
Tue May 28 09:11:30 EDT 2019


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

>From my understanding, the correct code should close all transports and wait for their connection_lost() callbacks before closing the loop.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36709>
_______________________________________


More information about the Python-bugs-list mailing list