-
Notifications
You must be signed in to change notification settings - Fork 46
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
feat: add ability to configure MQTT message and session expiry intervals #1037
base: dev
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1037 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 32 32
Lines 1775 1805 +30
=========================================
+ Hits 1775 1805 +30 ☔ View full report in Codecov by Sentry. |
Is this code available as a docker container? Then I could test it on my setup. |
https://github.com/bachya/ecowitt2mqtt/pkgs/container/ecowitt2mqtt/242520435?tag=pr-1037 |
it did not report me the message once i reconnected. but i need to check if all services are using the latest protocol. Would be good we get a second validation. |
Today it crashed with this message. My broker supports MQTT5 and I did not modify my env variables since you use already good defaults.
|
Interesting. Perhaps I need to somehow specify the MQTT version when I create a client. I'll investigate. |
2976acf
to
2a211fe
Compare
Thanks for your patience, @jwillmer. I just pushed new code that allows you to change the version of the MQTT protocol inside |
That is my output. Sadly something is still broken? I use
|
Can I see your verbose-level output when you start |
There hasn't been any activity on this pull request recently, so it has automatically been marked as stale and will be closed if no further action occurs within 7 days. Thank you for your contributions. |
There hasn't been any activity on this pull request recently, so it has automatically been marked as stale and will be closed if no further action occurs within 7 days. Thank you for your contributions. |
Describe what the PR does:
Background: https://www.hivemq.com/blog/mqtt5-essentials-part4-session-and-message-expiry/
Does this fix a specific issue?
Fixes #1024
Checklist:
README.md
with any new documentation.