Cezary Wagner <cezary.wag...@gmail.com> added the comment:

Stockfish works like that:
1. Run command line and listen stdout.
2. Send some stdin and listen stdin.
3. stdout is asynchronous and continous (there no single output, line is 
generated every some time).

I want to send some stdin than listen stdout response from Stockfish.

I tested that first execute of it block all:
line = await stockfish.stdout.read()

One line is read and application becomes dead. Should show much more lines but 
it stops in Windows 10.

----------
title: Windows asyncio reading continously stdin and stdout Stockfish -> 
Windows 10 asyncio reading continously stdin and stdout Stockfish

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35268>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to