hxb
2021-12-07 53a6c0c9afd0548a59d17efcb32a6fd4ff7a164d
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();