Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Feb : Connection reset by peer
| Subject: | Connection reset by peer |
| Posted by: | "Andrey Alvarado" (andr..@inetsoftware.com) |
| Date: | Sat, 19 Feb 2005 15:04:05 |
When using readln I get connection reset by peer.
I'm using TIdTcpClient version 8.0.25.
My Read code goes like this:
TmpString := connection.ReadLn(#0);
And My Write code goes like this:
Write(text);
WriteCardinal(Byte(#0));
This happend any time but the changes incresed when I have more that 20
connections to the Server.
The server Application is in JAVA.
Hope you can help me.
Andrey