The parser used in the reference client and listener does not parse correctly multi commands. The reason is that it should subtract from command length the bytes for command class and command. The information is in the xml file as sizechange="-2" attribute, which is ignored by the parser.
The parser used in the reference client and listener does not parse correctly multi commands. The reason is that it should subtract from command length the bytes for command class and command. The information is in the xml file as sizechange="-2" attribute, which is ignored by the parser.