Cant discover service IP when it's name contains spaces
Trying to resolve services hosted both on Windows and Mac machines from Android device.
Everything works as expected when computer name doesn't contain and space chars.
When it does, ServiceInfo returns correct .getName(), .getQualifiedName(), but .getInetAddresses() returns null.
Seems like all spaces should be replaced to '-' duing info discovery, but short patches to do replacement in JmDNSImpl.ServiceCollector didnt help.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
I'm an author, forgot to login.
Library version used is 3.4.0, with various Android 2.0 devices/emulators.
Interesting. I'm having the opposite problem. I have four services of type "_http._tcp.local." that I'm looking for, and the only one whose IP address resolves is the one WITH spaces in the name.