Thread
:
Socket problem [Win32, ws2]
View Single Post
06-24-2005, 04:38 PM
#
6
(
permalink
)
QUantumAnenome
Code Monkey
Join Date: Mar 2005
Posts: 56
It would be better to use WSAAsyncSelect() and do your recv() calls inside the message loop. That way you don't have to worry about when or if a message has been sent.
QUantumAnenome
View Public Profile
Find More Posts by QUantumAnenome