HDLSDK/hdl-connect/src/main/java/com/hdl/sdk/connect/protocol/LinkMessageDecoder.java
@@ -101,7 +101,7 @@ if (0 < index && isMatch) { List<Byte> tempList = new ArrayList<Byte>(); for (int i = index; i < list.size(); i++) { tempList.add(list.get(index)); tempList.add(list.get(i)); } list.clear(); HDLSDK/hdl-socket/src/main/java/com/hdl/sdk/socket/client/UdpClient.java
@@ -125,7 +125,7 @@ return; } try { mSocket.receive(receivePacket); mSocket.receive(receivePacket); } catch (IOException e) { e.printStackTrace(); isConnect.set(false);