256dpi / arduino-mqtt

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

payload length / reconnect #315

Closed MyRaspberry closed 6 months ago

MyRaspberry commented 6 months ago

i use a ESP32-S3 Arduino IDE 2.3.0

#include <WiFi.h>
#include <MQTT.h>
#include <WiFiClientSecure.h>

connect to HIVEMQ TLS free account and all works fine until a payload length >98 char then the send/ publish not gets through and a (re)connect happens

pls help me with diagnostic, what is really send and might cause a disconnect ? broker side p.s. that payload length with that broker has never been a problem.

MyRaspberry commented 6 months ago

seems to work now in rev 2.5.2