Y
yawnmoth
Say I have the following:
(new Socket("some domain", 80).getLocalAddress().getHostAddress()
Are there conditions under which that can return an empty string? I
ask because I have a script that does that, among other things, and I
have some people telling me that it's not working for them - that it's
returning the empty string for them.
Any ideas would be appreciated - thanks!
(new Socket("some domain", 80).getLocalAddress().getHostAddress()
Are there conditions under which that can return an empty string? I
ask because I have a script that does that, among other things, and I
have some people telling me that it's not working for them - that it's
returning the empty string for them.
Any ideas would be appreciated - thanks!