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
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
g_LocalConn, err := net.Listen("tcp", *localAddr)
其实类型是 Listener,所以变成了新的变量
g_LocalConn 的赋值,应该是在下面的Accept()上。
The text was updated successfully, but these errors were encountered: