Hi, Using the winSock component how can I tell if a client has disconnected from a server?
I can tell when a client connects using the Winsock1_ConnectionRequest event but I am unable to tell when a client disconnects.
Thanks in advance
MarkusJ
Printable View
Hi, Using the winSock component how can I tell if a client has disconnected from a server?
I can tell when a client connects using the Winsock1_ConnectionRequest event but I am unable to tell when a client disconnects.
Thanks in advance
MarkusJ
hi,
a timer will check if the winsock.state <> connected then send appropriate message to server.
bye.
Ok, I was hoping that there might be an event like (IsClientConnected) or something ;)
Regards
Mark