Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jul : Reconnecting
| Subject: | Reconnecting |
| Posted by: | "Daniel Manchester" (daniel_manchest..@hotmail.com) |
| Date: | Mon, 21 Jul 2008 11:12:23 |
I have a server application making a POP connection that occasionally
disconnects with an EIdSocketError connection reset by peer. The
problem is that if I then try to connect to the server again the server
throws a EIdSocketError again so the
client can't connect unless I restart the application. I nead to know how
to handle a "bad" disconnection.
Thanks for your help
Daniel