Socket Programming - no event raised
-
I am not receiving 'OnReceive' event on receiving data from the network. It seems the library didn't get the frame. I saw the frame on the protocol analyzer but did not get any 'OnReceive' event on the socket. I even checked with synchronous socket (CSocket) but could not receive a single byte. This problem however doesn't always appear. Sometimes it is working and sometimes it is not. What might be the reason for such random behaviour ?
-
I am not receiving 'OnReceive' event on receiving data from the network. It seems the library didn't get the frame. I saw the frame on the protocol analyzer but did not get any 'OnReceive' event on the socket. I even checked with synchronous socket (CSocket) but could not receive a single byte. This problem however doesn't always appear. Sometimes it is working and sometimes it is not. What might be the reason for such random behaviour ?