在客户端那边调用
nSendResult = send(m_stSendSock, (const char*)&stLuaMsg, sizeof(stLuaMsg), 0);返回值nSendResult 那边也是 实际发送的字节数,但是在服务器端就是没收到FD_READ消息, 是为什么啊?但是客户端连接服务器端时候, 就可以收到ACCEPT消息, 而且在服务器端那边我也调用WSAAsyncSelect(m_stListenSock, m_hWnd, WM_COLLABORATION, FD_READ|FD_ACCEPT|FD_CONNECT|FD_CLOSE);是什么问题? 还有可能什么问题啊? 请各位帮忙啊,谢谢先,着急啊