mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-17 18:27:47 -04:00
Update MQTT config for Keep Alive demo that uses dummy timer (#457)
The MQTT library has been updated with the MQTT_RECV_POLLING_TIMEOUT_MS and MQTT_SEND_RETRY_TIMEOUT_MS configurations which should be set to zero when using a dummy timer function to avoid possibility of infinite loop when retrying failed transport send/receive calls. As the MQTT Keep Alive demo uses a dummy timer function, this PR updates the demo configuration to set these timeouts to zero.
This commit is contained in:
parent
9d937aa0ab
commit
c0d4c7c67c
2 changed files with 40 additions and 6 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 93c15bdab832f0a0aa3b6deb06dd19b0d5227133
|
||||
Subproject commit 510a3f6ecac041859114b41462c1829a29f026ca
|
Loading…
Add table
Add a link
Reference in a new issue