I am not able to browse services by their sub type. I would have expected that the following works:
jmdns.addServiceListener("_mysub._sub._http._tcp.local.", new MyCallback());
but the callback is never called. Only works without the sub type.
(Avahi/Ubuntu and JmDNS 3.2.2, the service i try to browse is registered and browseable via Avahi with and without sub type).
This is currently unsupported. The service listener is capable of being that specific. I will have a look if we can improve this.
Pierre
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Would it be possible to add support for this in the next release? I'm not able to properly filter by subtype either, since the resolved type only sometimes contains the subtype.