search for: socketclose

Displaying 1 result from an estimated 1 matches for "socketclose".

Did you mean: socket_close
2004 Nov 01
0
WSARecv not calling CompletionRoutine on socket close
...rchives (is their a searchable archive someplace?) for some reference to this problem. but found none. Forgive me if I didn't search hard enough. The Problem: we register a callback (lpCompletionRoutine) in our WSARecv call. This callback works fine for normal incoming messages. However, on socketclose, it does NOT get called. This behavior doesn't match what we see on Windows. Is there some configuration option we are missing? We see this same behavior for .exe's built on Windows and run under Wine - and with source code brought to Linux and built with WineLib. thanks, Geoff