How to handle timeout in socket communication using c#.net
how to handle the timeout between multiple clients using socket comunication
There are multiple customers sends messages continuosly and needs to receive and process it send to server.
Here we are getting timeout while process the message and how to avoid timeout in c#.net