JLChen
2020-11-24 4c17caa61bc3b0a05a2b303bccdfedfbf3853f6d
HDL_ON/DriverLayer/UdpSocket.cs
@@ -27,7 +27,7 @@
      {
            get
            {
            if (MainPage.LoginUser != null && Entity.DB_ResidenceData.residenceData != null)
            if ( UserInfo.Current != null && Entity.DB_ResidenceData.residenceData != null)
            {
               return Entity.DB_ResidenceData.residenceData.GatewayType == 0 ? 6000 : 8585;
            }