mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-24 16:41:30 +02:00
The listener adapter introduced with the network state work turned a nil listener into a non-nil peer.Listener holding a nil delegate, so the notifier's nil check passed it through and setListener panicked on its immediate OnAddressChanged callback. EngineRunner already forwards null, so the path is reachable. Drop the listener instead when it is nil, on Android and iOS alike.