[issue39758] StreamWriter.wait_closed() can hang indefinitely.

Russell Owen report at bugs.python.org
Wed Feb 24 19:15:11 EST 2021


Russell Owen <rowen at uw.edu> added the comment:

I am also seeing this in Python 3.8.6. I am not using SSL, but am simply calling `await writer.wait_closed()` on an `asyncio.StreamWriter`. Sometimes it works quickly and sometimes it hangs indefinitely.

----------
nosy: +r3owen

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


More information about the Python-bugs-list mailing list