mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-18 08:06:08 +00:00
Reset client management grpc client backoff after successful connected to management API. Current Situation: If the connection duration exceeds MaxElapsedTime, when the connection is interrupted, the backoff fails immediately due to timeout and does not actually perform a retry.