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 add4cd9 commit 0b8ef87Copy full SHA for 0b8ef87
1 file changed
src/lib/discovery.ts
@@ -20,7 +20,6 @@ export function discoverGateway(): Promise<DiscoveredGateway> {
20
version: service.txt.version,
21
addresses: service.addresses,
22
};
23
- mdnsBrowser.stop();
24
resolve(foundDevice);
25
},
26
);
0 commit comments