Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Mar : Re: EIdSocketError Socket Error # 10054 Connection reset by peer
| Subject: | Re: EIdSocketError Socket Error # 10054 Connection reset by peer |
| Posted by: | "Venu" (ven..@hotmail.com) |
| Date: | Fri, 28 Mar 2008 11:20:26 +0530 |
> The only way that error can occur is if the socket is being disconnected
> abnormally on the client side while waiting for the server's reply.
> Changes are, the client has a timeout implemented on its end, and is not
> closing its socket endpoint properly.
>
How to make the client socket connection to stay alive, I am using the
webbrowser component. Any ideas ?