Search found 1 match
- Fri May 24, 2019 10:29 am
- Forum: ESP IoT Solution
- Topic: DirectMethod JSON sent from Azure gets cut off above 280 chars
- Replies: 0
- Views: 2679
DirectMethod JSON sent from Azure gets cut off above 280 chars
Hi, I have modified the iothub_client_sample_mqtt example to register for receiving DirectMethods from Azure IoThub. It works fine as long as the JSON content is shorter than 280 characters - the content is received and the callback is called. However, when the content is longer than 280 chars, the ...