SocketException: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 --ErrorCode: 10048 --Message: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 --SocketErrorCode: AddressAlreadyInUse StackTrace: 在 System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) 在 System.Net.Sockets.Socket.Bind(EndPoint localEP) 在 System.Net.Sockets.TcpListener.Start(Int32 backlog) 在 DynamicClass.GomokuGame.InitializeNetwork() 在 DynamicClass.GomokuGame.ShowStartMenu() 在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) 在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) 在 System.Threading.ThreadHelper.ThreadStart()