From 51cb254cbd616e84b7a466b195eb43ab097c3897 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 29 九月 2020 13:16:45 +0800 Subject: [PATCH] 20200928 --- HDL_ON/DAL/Net/Mqtt_A_Protocol.cs | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HDL_ON/DAL/Net/Mqtt_A_Protocol.cs b/HDL_ON/DAL/Net/Mqtt_A_Protocol.cs index b6e8b1b..369efb8 100644 --- a/HDL_ON/DAL/Net/Mqtt_A_Protocol.cs +++ b/HDL_ON/DAL/Net/Mqtt_A_Protocol.cs @@ -73,7 +73,8 @@ // static void InitMqtt() // { -// new System.Threading.Thread(async () => { +// new System.Threading.Thread(async () => +// { // while (true) // { // try @@ -121,7 +122,8 @@ // MainPage.Log($"Des Topic={aesDecryptTopic}"); // }); -// mqttClient_A.UseConnectedHandler(async (e) => { +// mqttClient_A.UseConnectedHandler(async (e) => +// { // MainPage.Log("mqtt connected !!"); // onConnection = false; // }); -- Gitblit v1.8.0