陈嘉乐
2021-01-11 7542ba3a134da697a8a82d0f7aa4e8c28783cb7d
HDL_ON/DAL/Mqtt/MqttClient.cs
@@ -269,6 +269,7 @@
                                }
                                else
                                {
                                    MainPage.Log($"mqtt data");
                                    SetGatewayOnlineResetCheck();
                                    var bytes = Securitys.EncryptionService.AesDecryptPayload(e.ApplicationMessage.Payload, DB_ResidenceData.Instance.HomeGateway.aesKey);
                                    
@@ -556,7 +557,12 @@
            DisConnectRemoteMqttClient("挤下线");
            HDLCommon.Current.CheckLogout();
            Application.RunOnMainThread(() =>
            {
                //弹窗提示被挤下线
                HDLCommon.Current.CheckLogout();
            });
            //UserInfo.Current.LastTime = DateTime.MinValue;
            //UserInfo.Current.SaveUserInfo();