HDL_ON/DAL/DriverLayer/Control_TcpClient.cs
@@ -224,6 +224,14 @@ /// <param name="bytes">需要发送的字节</param> public void SendMessage(byte[] bytes) { if(_tcpClient == null) { return; } if (!_tcpClient.Connected) { return; } if (heartBeatLogIdList.Count > 3) { try