File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,17 @@ Changelog
146146This release eliminates all threading locks as all non-threadsafe operations
147147now happen in the event loop.
148148
149+ * Let connection_lost close the underlying socket (#918) @bdraco
150+
151+ The socket was closed during shutdown before asyncio's connection_lost
152+ handler had a chance to close it which resulted in a traceback on
153+ windows.
154+
155+ Fixed #917
156+
149157Technically backwards incompatible:
150158
151- * Remove duplicate unregister_all_services code (#910) @bdraco
159+ * Removed duplicate unregister_all_services code (#910) @bdraco
152160
153161 Calling Zeroconf.close from same asyncio event loop zeroconf is running in
154162 will now skip unregister_all_services and log a warning as this a blocking
You can’t perform that action at this time.
0 commit comments