tschamm / boschshcpy

Bosch Smart Home Controller API Python Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tschamm opened this issue · comments

Reported bug in home-assistant/core#76150.

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

The ServiceBrowser is never canceled