View Single Post
Old 12-21-2003, 06:45 PM  
darkone
Disabled
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

As far as I know, FFXP uses WSAAsyncSelect() to manage to handle sockets asynchronously. When you press mouse button down, you're flooding application's message queue with messages, which have higher priority messages than socket notification messages. Result: socket notifications will not be processed.
darkone is offline