HDL_ON/DAL/Mqtt/MqttClient.cs
@@ -128,8 +128,6 @@ InitMqtt(); } public static bool IsInitMqtt = false; static void InitMqtt() { new System.Threading.Thread(async () => { @@ -406,7 +404,7 @@ try { var topic = e.ApplicationMessage.Topic; MainPage.Log($"收到mqtt主题:{topic}"); //MainPage.Log($"收到mqtt主题:{topic}"); //一端口主题处理 if (DB_ResidenceData.Instance.GatewayType == 0 && !DB_ResidenceData.Instance.CheckWhetherGatewayIdIsNull()) {