HDLSDK/hdl-connect/src/main/java/com/hdl/sdk/connect/socket/HDLAuthSocket.java
@@ -115,6 +115,8 @@ if (udpSocketBoot == null) { udpSocketBoot = UdpClient.init(UDP_PORT, getUdpOptions()); udpSocketBoot.bind(); LogUtils.i("初始化Socket udp"); } } catch (Exception e) { LogUtils.e("初始化Socket udp异常"+e.getMessage()); @@ -187,7 +189,7 @@ try { AuthenticateResponse bean = getAuthenticateResponseBean(msg); if (bean != null) { if (bean.getCode().equals("200")) { if (bean.getCode().equals("200") || bean.getCode().equals("0")) { String localSecret = ""; String gatewayId = ""; String ipAddress = "";