Files
iOS/Sources/Shared/Notifications/LocalPush
Zac West dcc15a19c4 Possibly fix phantom local push subscription not alerting (#1800)
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.
2021-07-18 17:37:53 -07:00
..