From ea318e20d9a513bfae81a9203cef4bca0fc23c2c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 30 九月 2020 11:01:15 +0800 Subject: [PATCH] 202009301 --- 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