HP-Socket icon indicating copy to clipboard operation
HP-Socket copied to clipboard

错误的收到OnConnect通知

Open woowloop opened this issue 3 years ago • 2 comments

5.8.5版 在服务器关闭连接端口的情况下 不停的尝试连接会小概率的收到EnHandleResult OnConnect(CONNID dwConnID)通知 更严重的是这时候如果在send数据 会触发EnHandleResult OnReceive(CONNID dwConnID, const BYTE* pData, int iLength)且收到的内容为发送的内容。。。。

woowloop avatar Dec 28 '21 12:12 woowloop

有可能是其他程序意外绑定了服务器端口。 如:服务器端口在随机分配端口范围内。

ldcsaa avatar Dec 29 '21 02:12 ldcsaa

sir,you should add lib to conan & vcpkg

introspection3 avatar Jan 21 '22 04:01 introspection3