mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-25 00:51:28 +02:00
Dials attempted by the gRPC channel while offline grow its internal exponential backoff, so after the network came back the reconnect loop sat in WaitForStateChange until that timer expired. Reset the channel backoff alongside the retry backoff so the management and signal reconnects dial immediately.