[issue36981] asyncio transport.write() memory out

Andrew Svetlov report at bugs.python.org
Tue May 21 09:02:30 EDT 2019


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

Please re-read my previous comment.
If you use asyncio incorrectly -- yes, you can run out of memory.
The proper usage of pause_readind()/resume_reading() resolves the issue.

----------

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


More information about the Python-bugs-list mailing list