From 0a50209328d678eceb8777ab9c8a25421f7e7eb4 Mon Sep 17 00:00:00 2001 From: gVisor bot Date: Sat, 4 Jun 2022 19:15:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BD=93=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E6=97=B6=EF=BC=8C=E5=AE=9A=E6=97=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adapter/provider/provider.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapter/provider/provider.go b/adapter/provider/provider.go index 1a3850a6..4fc30a64 100644 --- a/adapter/provider/provider.go +++ b/adapter/provider/provider.go @@ -75,7 +75,7 @@ func (pp *proxySetProvider) Initial() error { pp.onUpdate(elm) if pp.healthCheck.auto() { - go pp.healthCheck.process() + defer func() { go pp.healthCheck.process() }() } return nil