562935844@qq.com
2022-09-23 830e47a67026205b75f69e061d81783aa606a237
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());