1
czw
2025-07-02 f67c9a42cf3a40d6026a3b4a78b5554879cb1085
1
2个文件已修改
6 ■■■■■ 已修改文件
2025年6月12日/AuxAllWCS/Build/Project/代码/VS自定义类/TcpServer.cs 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
2025年6月12日/AuxAllWCS/Views/View.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
2025Äê6ÔÂ12ÈÕ/AuxAllWCS/Build/Project/´úÂë/VS×Ô¶¨ÒåÀà/TcpServer.cs
@@ -162,6 +162,7 @@
        public static bool TcpServerSend(string ip, byte[] msg)
        {
            LogHelper.Info($"TcpServerSend >{ip}:{msg}");
            if (clients.Keys.Contains(ip))
            {
                var client = clients[ip];
@@ -169,7 +170,8 @@
                {
                    try
                    {
                        client.Send(msg);
                        client.Send(msg);
                        LogHelper.Info($"TcpServerSend > å‘送成功。");
                        return true;
                    }
                    catch (SocketException ex)
2025Äê6ÔÂ12ÈÕ/AuxAllWCS/Views/View.json
@@ -67,5 +67,5 @@
  ],
  "Layouts": [],
  "CreationTime": "2025-02-26 15:31:21",
  "LastWriteTime": "2025-07-02 10:54:40"
  "LastWriteTime": "2025-07-02 13:58:10"
}