我正在把一份袖珍文函电传给一个积极的东西。
该表标的是从客户申请中产生的,并将向客户提供活动通知。
When ConnectionRequest event raised,the connection is accepted and the client will be notified through CONNECTED (defined in socket object) event. Everything is working upto this point but ConnectionRequest is again being raised WITH SAME RequestId after the previous connection is accepted through Accept method.
When i am trying to close the socket and reaceept the request,a run time error is generated saying "Run-time Error 10038 ,the Descriptor Is Not A Socket" !
是否有任何人面临这一问题? 请建议进行一些工作。
Thanks in advance.
PS:I am using TCP Protocol.