Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Jun : IdTelnet and IdTcpClient
| Subject: | IdTelnet and IdTcpClient |
| Posted by: | "Liuto" (nian.l..@seagate.com) |
| Date: | Thu, 14 Jun 2007 13:53:50 |
Hi all,
I tried two Indy components in my form, IdTcpClient and IdTelnet, all
communicate to same server but with different port (Telnet : 3011,
TcpClient: 7777). I got some problem with this case:
When I send some commands through one component (Telnet or TcpClient) the
other component will not work. In my case, when I send command through
TcpClient and get response from server, the Telnet Component is
disconnected. but if I send command through Telnet component and get
response from server (OnDataArrive), the other component (TcpClient) will
not work properly after that.
Does anyone could give me help?
Thanks,
Liuto