You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ca7ce02 Merge pull request #42 from LanXuage/fix-socks_global_var_and_local_var_conflict
9fb3940 Fix the conflict between global variable sessions in socks/socks.go and local variable session in pickConn function of socks/socks.go.
ec957b8 Merge pull request #40 from LanXuage/fix-socks_waitgroup_invalid
8e965f8 fix(socks): Fix the problem that wg.wait() is invalid due to the early termination of the main process before the coordination process executes wg.add(1).