Hi,
I have a problem.
When i connect to a online server , i recieve data under DATA ARRIVAL...but sometimes the server takes a looooong time to close the connection and to trigger my second command.
What im thinking is of a way to forcefully close the connection after i get some data in DATA ARRIVAL.
I tried to trigger Winsock.close in data arrival but it did not help...and another problem is that dara arrival triggers many times, so it would do the winsock.close triggering manytimes, invoking my command many times (the command that is under winsock.close)
cheers!




Reply With Quote