Skip to content
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

repeat subscribe when reconnected to MQTT broker #337

Merged

Conversation

JohannesHennecke
Copy link
Contributor

Changes:

  • Subscriptions to the MQTT broker are now repeated, when the mqtt-io client reconnnects to the broker after losing the connection. Before the change the subscriptions were lost.
  • Exceptions, which occured when the connection to the broker was lost, are now caught. Instead error messages are logged.
  • Added some comments for certain functions for better understanding of the functionality.

Closes #333

@BenjiU BenjiU merged commit 44e94c0 into flyte:develop Jan 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In case of reconnection to MQTT broker subscriptions are lost
2 participants