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)