chore: close all connections after proxySet initial

This commit is contained in:
wwqgtxx
2023-04-12 18:50:51 +08:00
parent 5d7fd47cf9
commit aaf534427e
2 changed files with 15 additions and 0 deletions

View File

@ -15,6 +15,7 @@ import (
type tracker interface {
ID() string
Close() error
C.Connection
}
type trackerInfo struct {