Skip to content
Commit d7d9c03a authored by Hugues Kamba Mpiana's avatar Hugues Kamba Mpiana Committed by Hugues Kamba Mpiana
Browse files

aws-client: Fix example support for MQTT 3.1.1



The `MQTT_ProcessLoop()` function no longer accepts a
`timeoutMs` argument. The timeout is instead set by changing
the default value of `MQTT_RECV_POLLING_TIMEOUT_MS` via
the custom `core_mqtt_config.h` file.

Calling `MQTT_InitStatefulQoS()` after `MQTT_Init()` is now
mandatory before any other function to initialize an MQTT
context.

In CI, check that packet ACK received by checking packet type.

Signed-off-by: Hugues Kamba Mpiana's avatarHugues Kamba-Mpiana <hugues.kambampiana@arm.com>
parent 6e02deef
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment