Closed bkp7 closed 3 years ago
Caused by trying to decode a V4 connack using code expecting a V5 connack (because V5 has been set in options).
Underlying issue traced to _parseVarByteNum function in parser.js which doesn't check buffer length before reading additional UInt8.
Caused by trying to decode a V4 connack using code expecting a V5 connack (because V5 has been set in options).
Underlying issue traced to _parseVarByteNum function in parser.js which doesn't check buffer length before reading additional UInt8.