mirror of
https://github.com/netbirdio/netbird.git
synced 2025-01-22 05:49:12 +01:00
Fix blocking
This commit is contained in:
parent
8f391b3ec1
commit
bfb43a1246
@ -106,7 +106,7 @@ func (m *Manager) Serve() error {
|
||||
|
||||
client, err := m.serverPicker.PickServer(m.ctx)
|
||||
if err != nil {
|
||||
m.reconnectGuard.StartReconnectTrys(m.ctx, nil)
|
||||
go m.reconnectGuard.StartReconnectTrys(m.ctx, nil)
|
||||
} else {
|
||||
m.storeClient(client)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user