Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Dec : Re: idTcpClient and Streams
| Subject: | Re: idTcpClient and Streams |
| Posted by: | "Jamie Dale" (jamie.da..@yahoo.com) |
| Date: | Fri, 7 Dec 2007 23:08:58 |
>>> #3 Server sends the stream
>>> TIdContext(Cnncts[p]).Connection.IOHandler.WriteBufferOpen;
>>> TIdContext(Cnncts[p]).Connection.IOHandler.Write(aStream);
>>
>> Are you ever calling WriteBufferClose()?
>
> No - but what I have found:
> I do not call writeBufferOpen at all
Sorry can I just point something out?:
>>> TIdContext(Cnncts[p]).Connection.IOHandler.WriteBufferOpen; //<<
>>> Yes you DO call writeBufferOpen
> I do not call writeBufferOpen at all
Remys response was correct. You do clearly show that you ARE/were using it!
best wishes
JD
none