8000 Control topic re-subscription after parsing WebConfig config file · Issue #3 · paclema/MQTTClient · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Control topic re-subscription after parsing WebConfig config file #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
paclema opened this issue May 5, 2023 · 2 comments
Open
Labels
bug Something isn't working esp32 esp8266

Comments

@paclema
Copy link
Owner
paclema commented May 5, 2023

Similar bug as #2.

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).
@paclema paclema added bug Something isn't working esp32 esp8266 labels May 5, 2023
@paclema
Copy link
Owner Author
paclema commented May 16, 2023

This is fixed after fixing issues #2 and #9

@paclema paclema closed this as completed May 16, 2023
@paclema paclema reopened this May 16, 2023
@paclema
Copy link
Owner Author
paclema commented May 16, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working esp32 esp8266
Projects
None yet
Development

No branches or pull requests

1 participant
0