You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using an example derived from the repo's example.
I publish a service using (both with and without the with_domain():
letmut service = DNSServiceBuilder::new("_rust._tcp").with_name("astro-dnssd").with_domain("local").with_port(8080).with_txt_record(txt).build().unwrap();
Thanks for the crate!
I'm using an example derived from the repo's example.
I publish a service using (both with and without the
with_domain()
:And I attempt to browse it using:
If I omit
with_domain
from both publisher and browser, it works.If I add it to the publisher and omit it from the browser, it works.
"it works" meaning, the browser discovers the service:
I've tried various combinations of
local
(andlocal.
) for the domain but I'm unable to filter the browser by domain.I'm using the example's:
And the
Err
branch is triggered with:Error: ServiceError(-65537)
The text was updated successfully, but these errors were encountered: