1
0
mirror of https://github.com/FreeRTOS/coreMQTT synced 2025-06-05 03:15:54 +08:00
Aniruddha Kanhere b0acf49c6c
Fix timeout calculation in sendVector function to account for overflow (#250)
* Fix timeout calculation to account for overflow

* Add unit tests to check for overflow

* Update timeout value in UT

* Fix formatting

* Update core_mqtt_utest.c

* Add one more unit test to check for one corner case

* Make unit-test more robust
2023-05-08 11:44:44 -07:00
..