wei
2020-12-23 f345087dbefecef9146fdb13481cb9ee3320d576
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();