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
- Switch to using run_coro_with_timeout from sync context
- A safe-guard has been added to close to prevent blocking
the event loop when Zeroconf.close is called from asyncio
as unregister_all_services is a blocking operation (and
always has been)
0 commit comments