mirror of
https://github.com/FreeRTOS/coreMQTT
synced 2025-07-02 01:18:51 +08:00

* fix: MISRA 15.1 (goto) violations - part 1 Remove gotos, fix a unit test failure. * fix: MISRA 15.1 (goto) violations - part 1 Remove gotos, fix a unit test failure. * fix: MQTT remaining length test. Three bytes need to have continuation bit set. * Update iot_mqtt_network.c