chore: keep existing connections
This commit is contained in:
parent
9d9bd245f3
commit
5d0efb5472
1 changed files with 0 additions and 3 deletions
|
@ -52,9 +52,6 @@ var (
|
||||||
|
|
||||||
func OnSuspend() {
|
func OnSuspend() {
|
||||||
status.Store(Suspend)
|
status.Store(Suspend)
|
||||||
for _, c := range statistic.DefaultManager.Snapshot().Connections {
|
|
||||||
_ = c.Close()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func OnInnerLoading() {
|
func OnInnerLoading() {
|
||||||
|
|
Loading…
Reference in a new issue