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.
|