We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ef32af + 460670a commit 185da8fCopy full SHA for 185da8f
core/xray.go
@@ -73,6 +73,9 @@ func (v *XrayCore) Start(serverconfig *panel.ServerConfigResponse) error {
73
func (v *XrayCore) Close() error {
74
v.access.Lock()
75
defer v.access.Unlock()
76
+ if v.serverConfigMonitorPeriodic != nil {
77
+ v.serverConfigMonitorPeriodic.Close()
78
+ }
79
v.Config = nil
80
v.ihm = nil
81
v.ohm = nil
0 commit comments