We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a050f commit 4060078Copy full SHA for 4060078
edge-mdns/src/host.rs
@@ -98,6 +98,8 @@ impl<'a> Service<'a> {
98
F: FnMut(HostAnswer) -> Result<(), E>,
99
E: From<MdnsError>,
100
{
101
+ host.visit_answers(&mut f)?;
102
+
103
let owner = &[self.name, self.service, self.protocol, "local"];
104
let stype = &[self.service, self.protocol, "local"];
105
let target = &[host.hostname, "local"];
0 commit comments