I'm not using LineMode. But my problem is solved.
I trapped myself by wrapping FSocket.Receive() into a if-block.

Thanks anyway.
>
> > If the ClientSocket is closed, the callback for OnDataAvailable is
> > triggered and the missing Bytes are "received".
>
> This is the common sympton of missing line endings so the event is never
> called.  But this would not explain why it's suddenly happening.
>
> I gave up on LineMode a long time ago, and now build lines myself with a
> timeout so a partial line is processed after x seconds.
>
> Angus
>
> --
> To unsubscribe or change your settings for TWSocket mailing list
> please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
> Visit our website at http://www.overbyte.be
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to