Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Nov : TIDCmdTCPClient
| Subject: | TIDCmdTCPClient |
| Posted by: | "Roberto Colpani" (roberto.colpa..@vetrariafratellicolpani.it) |
| Date: | Thu, 23 Nov 2006 17:44:15 |
I have a TIDCmdTCPServer on a program and a TIDCmdTCPClient running on an
other program. They are connected on the port 1050.
I have two command on the server side: RegisterUser and UnregisterUser; the
first is called when the program start and the second when the
TIDCmdTCPClient disconnect. The program run wells but when I disconnect the
client side I have always an error: "EIDClosedSocket with message
Disconnected". Why?