mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
Shutdowns fixed for iOS
This commit is contained in:
parent
31d8f4a147
commit
d9aeb293e2
|
|
@ -357,6 +357,10 @@ func (m *DendriteMonolith) Start() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *DendriteMonolith) Stop() {
|
func (m *DendriteMonolith) Stop() {
|
||||||
|
_ = m.listener.Close()
|
||||||
|
m.PineconeMulticast.Stop()
|
||||||
|
_ = m.PineconeQUIC.Close()
|
||||||
|
_ = m.PineconeRouter.Close()
|
||||||
m.processContext.ShutdownDendrite()
|
m.processContext.ShutdownDendrite()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue