256dpi / arduino-mqtt

MQTT library for Arduino
MIT License
1.01k stars 232 forks source link

Spliting header and payload buffer handling - not that elegant yet, but working. #250

Closed plcengineer closed 1 year ago

256dpi commented 3 years ago

As pointed out in the issue, we would need to first implemented the changes in lwmqtt.

iwas108 commented 2 years ago

Thankyou, I have the same problem. Trying to send large base64 image from PSRAM to the cloud. Direct buffer is the answer.

256dpi commented 1 year ago

This has been implemented now. Will be available in the next release (2.6).