mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-25 01:23:22 +01:00
move sleep
This commit is contained in:
parent
bdba67f86b
commit
e79f43301a
@ -245,8 +245,8 @@ func (s *GRPCServer) sendUpdate(ctx context.Context, accountID string, peerKey w
|
||||
}
|
||||
|
||||
func (s *GRPCServer) cancelPeerRoutines(ctx context.Context, accountID string, peer *nbpeer.Peer) {
|
||||
time.Sleep(3 * time.Second)
|
||||
s.peersUpdateManager.CloseChannel(ctx, peer.ID)
|
||||
time.Sleep(3 * time.Second)
|
||||
s.secretsManager.CancelRefresh(peer.ID)
|
||||
_ = s.accountManager.OnPeerDisconnected(ctx, accountID, peer.Key)
|
||||
s.ephemeralManager.OnPeerDisconnected(ctx, peer)
|
||||
|
Loading…
Reference in New Issue
Block a user