Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Apr : Indy 10 : Pb with idTCPServer and thread idTCPServerScheduler
| Subject: | Indy 10 : Pb with idTCPServer and thread idTCPServerScheduler |
| Posted by: | "GAILLARD" (f.gailla..@cerlase.com) |
| Date: | Tue, 29 Apr 2008 18:23:33 |
I have client/server with idTCPClient and idTCPserver.
When I want to close the server (server.active := false) with client
connected, I can stop the Scheduler thread.
So the application freeze. What can I do ?