We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6356bfa commit 5f759a8Copy full SHA for 5f759a8
internal/common.go
@@ -374,6 +374,7 @@ func (c *Common) healthCheck() error {
374
return err
375
}
376
c.tunnelPool.Flush()
377
+ c.tunnelPool.ResetError()
378
time.Sleep(reportInterval) // 等待连接池刷新完成
379
c.logger.Debug("Tunnel pool reset: %v active connections", c.tunnelPool.Active())
380
@@ -630,6 +631,7 @@ func (c *Common) commonOnce() error {
630
631
case "0": // 连接池刷新
632
go func() {
633
634
635
636
637
}()
0 commit comments