Pinecone-demo: Wait on dendrite before shutting down

This commit is contained in:
Devon Hudson 2023-03-27 17:19:53 -06:00
parent 69e3bd82a9
commit f4104b4b5d
No known key found for this signature in database
GPG Key ID: CD06B18E77F6A628

View File

@ -213,7 +213,7 @@ func (p *P2PMonolith) Stop() {
}
func (p *P2PMonolith) WaitForShutdown() {
p.ProcessCtx.WaitForShutdown()
base.WaitForShutdown(p.ProcessCtx)
p.closeAllResources()
}