I have several threads using Send/Recv on TCP sockets- non-blocking on the Client side.
However if I do any activity on my PC I get a Bad Address when trying to send data (to the Server).
Would setting the Thread Priority higher help and how would you do this?
Or are they any settings for the socket to allow for data being a bit late?
Regards,
Sweep.
However if I do any activity on my PC I get a Bad Address when trying to send data (to the Server).
Would setting the Thread Priority higher help and how would you do this?
Or are they any settings for the socket to allow for data being a bit late?
Regards,
Sweep.