zeroconf: Don't close on update
Signed-off-by: Clifford Roche <clifford.roche@gmail.com>
This commit is contained in:
parent
6258082d70
commit
513a122290
|
@ -45,7 +45,6 @@ class AsyncRunner:
|
||||||
tasks = [self.aiozc.async_update_service(info) for info in infos]
|
tasks = [self.aiozc.async_update_service(info) for info in infos]
|
||||||
background_tasks = await asyncio.gather(*tasks)
|
background_tasks = await asyncio.gather(*tasks)
|
||||||
await asyncio.gather(*background_tasks)
|
await asyncio.gather(*background_tasks)
|
||||||
await self.aiozc.async_close()
|
|
||||||
|
|
||||||
|
|
||||||
class ZeroconfRegistrar:
|
class ZeroconfRegistrar:
|
||||||
|
|
Loading…
Reference in New Issue