Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Apr : [Indy 9] TCP client blocks my server
| Subject: | [Indy 9] TCP client blocks my server |
| Posted by: | "Franck C" (tumaur..@pas.com) |
| Date: | Tue, 12 Apr 2005 12:55:43 |
Hello everybody,
I have a TCP Server and a client which connect to this server.
If my Server answer to this client and the client blocks when he
receives the answer (I put a stop point on the
TIdTCPConnection.ReadSTream), my server will be blocked.
How can I prevent this problem ?
Franck