https://bugs.winehq.org/show_bug.cgi?id=42225
--- Comment #26 from Aric Stewart aric@codeweavers.com --- Created attachment 57034 --> https://bugs.winehq.org/attachment.cgi?id=57034 Experimental patch
You are correct the stub function was not in wine yet. Now that the code freeze is over I have just submitted it.
I am attaching a new test patch. What I am noticing is that the application is doing quite a few asynchronous reads in a row from the same thread. Then when we get data, we only are sending the data back to the first read request. I am not sure if that is correct or not (I need to write some tests) But the test patch will send the data back to all the queued requests. Just to see if that changes behavior.
-aric