VSChina / ESP32_AzureIoT_Arduino

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

update method payload length #22

Closed danewalton closed 1 year ago

danewalton commented 3 years ago

Leaving the NULL character included in the length causes errors with service side SDK's parsing the JSON. Related: https://github.com/Azure/azure-iot-sdk-c/issues/1641 and https://github.com/Azure/azure-iot-sdk-node/issues/736