2025年6月12日/AuxAllWCS/Build/Project/代码/VS自定义类/TcpServer.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
2025年6月12日/AuxAllWCS/Views/View.json | ●●●●● 补丁 | 查看 | 原始文档 | 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" }