adafruit / Adafruit_MQTT_Library

Arduino library for MQTT support
MIT License
572 stars 291 forks source link

Allowing for larger MQTT messages #100

Open tplooker opened 6 years ago

tplooker commented 6 years ago

I found a limitation in regards to writing MQTT messages larger than 250 could be resolved by writing to the TCP socket repeatedly so long as the packet written is below the sockets buffer size, which is 1400 bytes on a WINC1500.