Merge pull request #50 from anytypeio/fix-pool-remove-connection
This commit is contained in:
commit
5ec53522fe
@ -67,6 +67,7 @@ func (p *pool) GetOneOf(ctx context.Context, peerIds []string) (peer.Peer, error
|
||||
default:
|
||||
return pr, nil
|
||||
}
|
||||
_, _ = p.cache.Remove(ctx, peerId)
|
||||
}
|
||||
}
|
||||
// shuffle ids for better consistency
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user