1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-12 02:30:41 +09:00

Merge pull request #50 from anytypeio/fix-pool-remove-connection

This commit is contained in:
Mikhail Rakhmanov 2023-03-13 17:32:34 +01:00 committed by GitHub
commit 5ec53522fe
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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