feat: attached mdns instance with host

This commit is contained in:
sumanjeet0012@gmail.com
2025-06-25 23:44:32 +05:30
parent 28d0e5759a
commit f274d20715
5 changed files with 23 additions and 9 deletions

View File

@ -68,5 +68,6 @@ class MDNSDiscovery:
def stop(self) -> None:
"""Unregister this peer and clean up zeroconf resources."""
logger.debug("Stopping mDNS discovery")
self.broadcaster.unregister()
self.zeroconf.close()