Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 May : Telnet client example ind Indy 9.0.18 hang
| Subject: | Telnet client example ind Indy 9.0.18 hang |
| Posted by: | "Germán Pablo Gentile" (german dot gentile at cyberiait dot com dot ar) |
| Date: | 25 May 2005 15:00:59 |
I have today nteh bad idea of remove the default indy packages comming
with delphi and give a try to the latest sources 9.0.18.
I use the telnetclient component in my code.
I do a connect:
Connect(500);
Seems like that connected, fires the on connect event, etc. But then it
hangs Windows Xp for ten minutes aprox.
Ok, maybe a trouble in my code? I get the telnet client demo : same
trouble.
I do a telnet from windows command prompt to same addrress same port
and work excelent. What changes to telnet client componnent from
original version comming with delphi 7 to actaul code source for indy 9
can cause that behaviour??????
Repeat, that work excelent with D7 original code for Indy 9 and probe
in the past with beta 9.0.4 (Sadly cant find that sources now in indy
site).
Any idea?
German/.