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());