MediaTek-Labs / aws_mbedtls_mqtt

The source code to use mbedTLS library to connect to AWS mqtt IOT server.
62 stars 34 forks source link

error when extending the time delay #20

Open isururivi opened 7 years ago

isururivi commented 7 years ago

i am running aws_paho_mqtt.ino example. I need to slow down the data uploading frequency to AWS IOT hub (once per 15 min). when time delay between 2 data set is more than 20 seconds "rc"= -5 in aws_iot_error file rc=-5 is PUBLISH_ERROR /* The publish failed. In the case of a QoS 1 message a PUBACK was not received. /

how can i increase the time delay without receiving an error

Deepika0704 commented 6 years ago

Were you able to do that? I am also facing similar issue.