wxr
2023-11-14 50e21885d61b40846c3856d155033b818b00ce8e
HDL_ON/DAL/Mqtt/MqttClient.cs
@@ -891,9 +891,9 @@
        static void SendPushSignOut()
        {
            byte[] message = Encoding.UTF8.GetBytes(PushSignStr);
#if DEBUG
            MqttRemoteSend(message, 4);
#endif
        }
        /// <summary>