VSChina / ESP32_AzureIoT_Arduino

The library for ESP32 Azure IoT for Arduino
MIT License
37 stars 43 forks source link

Sending more than about 5500 bytes leads to reboot #11

Open DumDumin opened 5 years ago

DumDumin commented 5 years ago

I changed the GetStarted example to send 5500 bytes as one message.

The data is received by the iot hub completly, but the esp32 doesn't receive a confirmation and times out in the SendEventOnce method.