Skip to content

Commit

Permalink
Fix blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
pappz committed Oct 29, 2024
1 parent 8f391b3 commit bfb43a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/client/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit bfb43a1

Please sign in to comment.