Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Feb : How to disconnect all clients from TCP server.
| Subject: | How to disconnect all clients from TCP server. |
| Posted by: | "Robert Vailor" (vail..@poczta.fm) |
| Date: | Fri, 4 Feb 2005 12:46:09 |
How can i disconect all clients from IDTcpServer.
I want close server application when clients are connect.
when i try IDTcpServer.active:=false server application freeze,
when i try application.terminate i have errors on client side
(Delphi 2005, Indy 10 )
Robert