[issue35268] Windows asyncio reading continously stdin and stdout Stockfish

Steve Dower report at bugs.python.org
Mon Nov 19 06:39:11 EST 2018


Steve Dower <steve.dower at python.org> added the comment:

Are you awaiting those calls (and the write())? I can't tell at first glance whether you need to, but it seems like missing await there would cause your problem.

----------

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


More information about the Python-bugs-list mailing list