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
Loading
guru moorthyPosted Jan 29, 2014, 3:54 AM
Hi
Please find the attached code for socket
guru
venkata kumarPosted Oct 28, 2013, 3:12 AM
sqlcommand cmd=new sqlcommand("",con);
cmd.commandtimeout=0;
othere wise share your code