mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-12-24 11:51:34 +08:00
chore: keep existing connections
This commit is contained in:
parent
9d9bd245f3
commit
5d0efb5472
@ -52,9 +52,6 @@ var (
|
||||
|
||||
func OnSuspend() {
|
||||
status.Store(Suspend)
|
||||
for _, c := range statistic.DefaultManager.Snapshot().Connections {
|
||||
_ = c.Close()
|
||||
}
|
||||
}
|
||||
|
||||
func OnInnerLoading() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user