mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +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