arduino-mqtt
arduino-mqtt copied to clipboard
Chunked Reading and Writing
There have been various requests for adding a chunked reading and writing API to process messages that are larger than the configured buffer size. This issue is to track the implementation of that.
Is there a beta library available to test the chunked message functionality?
Not yet, the functionality has not yet been implemented in the underlying lwmqtt library.
Not yet, the functionality has not yet been implemented in the underlying lwmqtt library.
hi, using the library. It's great, thanks. I see you're also maintaining the underlaying library. When do you forsee that chunking will be implemented?
Not yet, the functionality has not yet been implemented in the underlying lwmqtt library.
hi, using the library. It's great, thanks. I see you're also maintaining the underlaying library. When do you forsee that chunking will be implemented?
Was able to fix my issue by increating the buffer like so:
MQTTClient MqttClient = MQTTClient(1024);