http://bugs.winehq.org/show_bug.cgi?id=58526
ethan li hahamotor@126.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|GetQueuedFinishionStatus |GetQueuedCompletionStatus |bug |bug
--- Comment #1 from ethan li hahamotor@126.com --- The server program adopts Windows' completion port technology. When the remote client unexpectedly disconnects, on the native Windows operating system, the GetQueuedCompletionStatus function returns False. At this time, the error code indicating the remote connection has been disconnected can be queried through GetLastError. However, in the Wine 10.12 version, this function returns TRUE to indicate successful operation, causing the program to be unable to detect remote connection disconnections. Other versions have been tested and all have the same error.