Pinecone-demo: Wait on dendrite before shutting down
This commit is contained in:
parent
69e3bd82a9
commit
f4104b4b5d
|
@ -213,7 +213,7 @@ func (p *P2PMonolith) Stop() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *P2PMonolith) WaitForShutdown() {
|
func (p *P2PMonolith) WaitForShutdown() {
|
||||||
p.ProcessCtx.WaitForShutdown()
|
base.WaitForShutdown(p.ProcessCtx)
|
||||||
p.closeAllResources()
|
p.closeAllResources()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue