mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-09 03:52:04 +00:00
fix: health check at startup
This commit is contained in:
parent
2577dd3af4
commit
7979eb654f
1 changed files with 1 additions and 0 deletions
|
@ -310,6 +310,7 @@ func loadProxyProvider(proxyProviders map[string]provider.ProxyProvider) {
|
|||
go func() {
|
||||
defer func() { <-ch; wg.Done() }()
|
||||
loadProvider(proxyProvider)
|
||||
go proxyProvider.HealthCheck()
|
||||
}()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue