rainbow954 7 vuotta sitten
vanhempi
commit
108a81da6a

+ 1 - 1
src/main/java/com/tidecloud/dataacceptance/codec/MsgDecoder.java

@@ -528,7 +528,7 @@ public class MsgDecoder {
                 }
             }else {
             	 additionalInfo = Arrays.copyOfRange(additionalInfo, length + 2, additionalInfo.length);
-                break;
+
             }
         }
     }