wxr
2023-07-27 2a569c260ba032c914da446afd1af4215bdc976c
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