Thanks for the quick respond.
> Make sure that you never call
> Application.ProcessMessages (Or
> Showmessage()) from your OnClientDataAvailable
> handler.
No, there is no ProcessMessages or ShowMessage.
> Also, remember
> that if you send two messages from your client:
>
> Hi
> there
>
> The server may receive them as:
> Hi
> there
>
> Or it may receive them as:
> Hithere
>
> Or it may receive them as:
> H
> i
> t
> h
> ere
>
> It is up to you to write a protocol that allows you
> to separate
> different messages out.
>
I am using LineMode (True) and LineEnd := #13#10.
Actually this problem is not always happen, and not
all clients face it.
Is there anything else for me to check?
Robert.
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be