espressif / esp-mqtt

ESP32 mqtt component
Apache License 2.0
603 stars 255 forks source link

Support larger buffers and messages (IDFGH-2505) #145

Closed rohansingh closed 4 years ago

rohansingh commented 4 years ago

Use uint32_t instead of uint16_t for message and buffer lengths. This is necessary for receiving messages that are larger than 65K.

rohansingh commented 4 years ago

The failed check doesn't look related to this commit.

david-cermak commented 4 years ago

@rohansingh Thanks for posting this PR. The changes LGTM! Yes the travis issue is unrelated.