Fix of decode length

This commit is contained in:
hsaturn
2021-08-09 10:35:49 +02:00
parent fab242e212
commit 9c7f3b6b8e
6 changed files with 70 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ class Topic : public IndexedString
class MqttClient;
class MqttMessage
{
const uint16_t MaxBufferLength = 255;
const uint16_t MaxBufferLength = 4096; //hard limit: 16k
public:
enum Type
{