https://bugs.winehq.org/show_bug.cgi?id=54439
Stian Skjelstad stian.skjelstad@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |stian.skjelstad@gmail.com
--- Comment #1 from Stian Skjelstad stian.skjelstad@gmail.com --- Created attachment 74453 --> https://bugs.winehq.org/attachment.cgi?id=74453 Testcase for named pipes + overlapped (async)
I was looking at how to do async (overlapped) named pipes, and it appears they behave differently in native windows and wine. In native windows it works, messages appear on to go, while in wine they appear in one chunk when the child is done.
(Also, it seems like wines implementation of ping is unable to actually ping)