https://bugs.winehq.org/show_bug.cgi?id=37637
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #4 from Jacek Caban jacek@codeweavers.com --- Created attachment 58650 --> https://bugs.winehq.org/attachment.cgi?id=58650 patch
This problem should not exist when using server-side named pipe I/O implementation. Currently we use it only for message mode. The attached patch implements it for byte mode as well. It should fix this bug.