Tool/software: TI-RTOS
Hello,
- We are using simplelink_cc32xx_sdk_2_10_00_04 for our application. We are using MQTT client in our application to communicate with our server. But we are getting frequent Bridge Disconnection issues with small interruption (1 or 2Sec) on internet connectivity also. We tried all the possible ways to disconnect and reconnect MQTT handlers, but we couldn't. When we debug we are not able to come out of MQTT_Stop() function called across 'Bridge Disconnection' event, we observed that it is because of mutex locks.
- We are able to replicate the issue on MQTT client example also.
- Please suggest how to recover from this case. Is there any possibility to force delete MQTT client and reinitialize?