Update pinecone to use new quic version (#3174)

This commit is contained in:
devonh 2023-08-11 14:29:48 +00:00 committed by GitHub
parent 35804f8493
commit fa6c7ba456
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 44 deletions

View file

@ -221,8 +221,8 @@ func (p *P2PMonolith) closeAllResources() {
p.httpServerMu.Lock()
if p.httpServer != nil {
_ = p.httpServer.Shutdown(context.Background())
p.httpServerMu.Unlock()
}
p.httpServerMu.Unlock()
select {
case p.stopHandlingEvents <- true: