Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: Need advice - Synapse - Connection Reset by Peer
| Subject: | Re: Need advice - Synapse - Connection Reset by Peer |
| Posted by: | "Mat Ballard" (m..@chemwares.com) |
| Date: | Tue, 1 Aug 2006 13:40:33 |
ps: the actual 10054 error occurs here in the server code, at
TTCPBlockSocket.RecvString, which has correctly been fired by the ServerDaemon
thread using Synchronize:
> procedure TServerForm.SynchMethod;
> ...
> Str := Sock.RecvString(ReadTimeoutNEdit.AsInteger);
> ReceiveMemo.Lines.Add(Str);
> if (Sock.LastError <> 0) then
cheers,
Mat