mirror of
https://github.com/home-assistant/core.git
synced 2026-08-06 05:14:06 +01:00
3315c4c6c3
Each ServerBrowser currently runs in its own thread which processes every A or AAAA record update per instance. As the list of zeroconf names we watch for grows, each additional ServiceBrowser would process all the A and AAAA updates on the network. To avoid overwhemling the system we pre-filter here and only process DNSPointers for the configured record name (type)