Problems with org.apache.commons.net.telnet.TelnetClient;
807580Jan 4 2010 — edited Jan 4 2010Hello all,
I am currently using the TelnetClient class from org.apache.commons.net.telnet.TelnetClient but i have encourntered a problem. When calling TelnetClient.disconnect() from some code excecuting on my home machine, the method returns instantly, but when calling the method from my code running on an android device the method just hangs, never returning.
I know this is not an android forum but i was hoping that this may be an issue that could be related to core java. Any ideas what could be causing this or what i should be looking out for?
Thanks for any pointers...
Dori