wxr
2023-07-27 56ec341b21a32b1a7529267b15d6bb8ef392bd6b
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