mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
chore: keep existing connections
This commit is contained in:
parent
3c527f8535
commit
b641024d1f
1 changed files with 0 additions and 3 deletions
|
@ -52,9 +52,6 @@ var (
|
|||
|
||||
func OnSuspend() {
|
||||
status.Store(Suspend)
|
||||
for _, c := range statistic.DefaultManager.Snapshot().Connections {
|
||||
_ = c.Close()
|
||||
}
|
||||
}
|
||||
|
||||
func OnInnerLoading() {
|
||||
|
|
Loading…
Add table
Reference in a new issue