We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ff90b commit 2f4aa6dCopy full SHA for 2f4aa6d
src/aws_iot_shadow.c
@@ -72,6 +72,7 @@ IoT_Error_t aws_iot_shadow_init(AWS_IoT_Client *pClient, ShadowInitParameters_t
72
mqttInitParams.pRootCALocation = pParams->pRootCA;
73
mqttInitParams.pDeviceCertLocation = pParams->pClientCRT;
74
mqttInitParams.pDevicePrivateKeyLocation = pParams->pClientKey;
75
+ mqttInitParams.mqttPacketTimeout_ms = 5000;
76
mqttInitParams.mqttCommandTimeout_ms = 20000;
77
mqttInitParams.tlsHandshakeTimeout_ms = 5000;
78
mqttInitParams.isSSLHostnameVerify = true;
0 commit comments