I am using ESP8266 SMING framework as a MQTT client and using node.js mosca MQTT broker.
I noticed that sometimes, topics are not subscribed successfully. How can I get the list of topics that have been successfully subscribed to the mosca mqtt broker? This way, I can force a re-subscription attempt if the previous attempt failed.
If the list of topics cannot be retrieved, I will accept any answers that can work around this intermittent subscription problem.