hsaturn / TinyMqtt

ESP 8266 / 32 / WROOM Small footprint Mqtt Broker and Client
GNU General Public License v3.0
183 stars 40 forks source link

Support large messages #14

Closed trucidare closed 2 years ago

trucidare commented 2 years ago

Hi,

at the moment there is no support for messages larger than 127 bytes. The broker get the correct message with size, tries to publish the message. The connection to the client will be disconnected after sending.

I´ve added the size calculation from the other issue.

hsaturn commented 2 years ago

This should be fixed in the latest release. (0.7.6)