knolleary / pubsubclient

A client library for the Arduino Ethernet Shield that provides support for MQTT.
http://pubsubclient.knolleary.net/
MIT License
3.78k stars 1.46k forks source link

receiving arbitrarily large messages #1036

Closed ChuckMash closed 6 months ago

ChuckMash commented 7 months ago

I see there is an approach for sending large messages in chunks, but is there such a thing for receiving large messages/payloads in chunks? I'd like to write received large payloads to an SD card, is such a thing possible?

ChuckMash commented 6 months ago

Looks like the solution here is with setStream, seems to be working to write to SD.