wanshenmean
21 小时以前 0fa137570bf7ac2bf58c8af2828cd595625fa400
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/SocketServer/TcpSocketServer.Messaging.cs
@@ -59,6 +59,12 @@
                            break;
                        }
                        if(message == lastMessage)
                        {
                            // 重复消息,忽略
                            continue;
                        }
                        // 更新客户端状态
                        UpdateClientStatus(clientId, message);