Control topic re-subscription after parsing WebConfig config file · Issue #3 · paclema/MQTTClient · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, at the MQTTClient::parseWebConfig method, it should be checked:
if it is necessary to add new subs topics (in this case subscribe to this new topic) or
if there is not a new change compared with the last topic list( in this case no new topic subscription should be triggered or topic added to the list).
The text was updated successfully, but these errors were encountered:
This is partially fixed. It is also required to check whether there is a new change on the subscription topic objects ("sub_topic" json mqtt object) and remove/add the pertinent topics from the MQTTClient subTopics list.
Similar bug as #2.
In this case, at the MQTTClient::parseWebConfig method, it should be checked:
The text was updated successfully, but these errors were encountered: