mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-05-15 06:28:03 +08:00
fix: ensure wait group completes
This commit is contained in:
parent
aa51b9faba
commit
f774276896
@ -375,9 +375,8 @@ func hcCompatibleProvider(proxyProviders map[string]provider.ProxyProvider) {
|
|||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
wg.Wait()
|
||||||
}
|
}
|
||||||
|
|
||||||
func updateSniffer(snifferConfig *sniffer.Config) {
|
func updateSniffer(snifferConfig *sniffer.Config) {
|
||||||
|
Loading…
Reference in New Issue
Block a user