J
jmls
Guest
I would hazard a guess that A) the read-response procedure (you are using that, right ? ) has gone out of scope or has been deleted B) the client-side socket class has been cleaned up, and therefore is no longer connected. C) the server-side "client" socket (not the server socket, the one you got when you were connected) was deleted
Continue reading...
Continue reading...