mirror of
https://github.com/home-assistant/iOS.git
synced 2026-05-03 19:38:09 -05:00
Refs #1799. ## Summary I can't see too many cases where we'd drop a subscription, but this is one of them - basically, multiple connection info change notifications fire at once, and the invoked method isn't threadsafe. ## Any other notes Also adds some more logging and discrete subscription cancelling when stopping to hopefully help debug this in the future if it continues.