diff --git a/cmd/dendrite-demo-pinecone/monolith/monolith.go b/cmd/dendrite-demo-pinecone/monolith/monolith.go index e8a29e41..ea8e985c 100644 --- a/cmd/dendrite-demo-pinecone/monolith/monolith.go +++ b/cmd/dendrite-demo-pinecone/monolith/monolith.go @@ -215,7 +215,7 @@ func (p *P2PMonolith) WaitForShutdown() { func (p *P2PMonolith) closeAllResources() { logrus.Info("Closing monolith resources") if p.httpServer != nil { - p.httpServer.Shutdown(context.Background()) + _ = p.httpServer.Shutdown(context.Background()) } select {