fix: ensure wait group completes

This commit is contained in:
Larvan2
2025-04-28 03:07:21 +00:00
committed by GitHub
parent aa51b9faba
commit f774276896

View File

@@ -375,9 +375,8 @@ func hcCompatibleProvider(proxyProviders map[string]provider.ProxyProvider) {
}
}()
}
}
wg.Wait()
}
func updateSniffer(snifferConfig *sniffer.Config) {