I am trying to update my code to use the new 1.2.0 version of the library (was using 1.1.1). browse.go has changed to use BrowseEntry's instead of Service objects. I can't find a way to get the Hostname and Port of the browsed service in my addFunc. None of the relevant example cmd programs (e.g., cmd/browse, cmd/resolve) appear to print hostname or port for the discovered services.
I am trying to update my code to use the new 1.2.0 version of the library (was using 1.1.1).
browse.go
has changed to useBrowseEntry
's instead ofService
objects. I can't find a way to get the Hostname and Port of the browsed service in myaddFunc
. None of the relevant example cmd programs (e.g.,cmd/browse
,cmd/resolve
) appear to print hostname or port for the discovered services.Help?