Lwip MQTT can't publish a message payload more than 232 Characters
Hi all, Iam trying to send a long payload message in a single buffer (const char*) to Mqtt server. Iam using Lwip Mqtt from http://www.nongnu.org/lwip/2_0_x/group__mqtt.html
It worked with payload that fewer than 232 characters. As we know the limit for mqtt payload lenght is 65536.
I tried to compare the result by publish random data (2898 characters) using mosquitto (installed in my pc), it is successfully done.
Any idea how to solve this problem?
Regards
