Service.fromName("_services._dns-sd._udp") (request all services) throws the following exception:
Exception in thread "main" java.lang.IllegalArgumentException: A Service's name can't be null or empty
at hola@0.2.3/net.straylightlabs.hola.sd.Service.<init>(Service.java:52)
at hola@0.2.3/net.straylightlabs.hola.sd.Service.fromName(Service.java:44)
at XXXX/XXXX.main(XXXX.java:34)