I sorted ping feature and users now get removed from client list but for some 
reason server will call error 10053 and will not free the user from socket I 
even tried to do disconnection when error is captured but still no good anyone 
got any ideas??

if Error = 10053 then
begin
   Client.Name := ‘’;
   Client.Close;
end;

Thanks alot
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to