mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
some improvements
This commit is contained in:
@@ -115,6 +115,7 @@ var rootCmd = &cobra.Command{
|
||||
return nil
|
||||
}
|
||||
wg.Add(1)
|
||||
time.Sleep(time.Millisecond)
|
||||
go func() {
|
||||
defer wg.Done()
|
||||
err := runClient(path)
|
||||
|
||||
Reference in New Issue
Block a user