tschamm/boschshcpy

boschshcpy library is creating many zeroconf ServiceBrowser objects without canceling them and leaking threads

tschamm opened this issue · 1 comments

Reported bug in home-assistant/core#76150.

ServiceBrowser(zeroconf, "_http._tcp.local.", handlers=[self.service_update])

The ServiceBrowser is never canceled

Fixed by 0f0474b