JLChen
2021-12-07 bf547c154d899ec6d10efdff4b22cf732932f16b
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();