Tool/software: Code Composer Studio
Hello,
I have written the code with the help of MQTT_CLIENT example project. My code works fine with MQTT reconnection in case of low internet connection. But it does not connect to the broker after WiFi re-connection. After reconnecting with WiFi, code gets stuck at MQTT broker connection and prints 3C: FH-B1 0x10 to net 16, Sent (52 Bytes) [@ 0]. What should be the ideal flow for MQTT reconnection in CC3200?