-
Notifications
You must be signed in to change notification settings - Fork 6k
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
remove mqtt-c from websockets #14181
Conversation
ab6fb17
to
e38cd92
Compare
Hello @underhood , Please, rebase your PR to remove conflicts. Best regards! |
@thiagoftsm not ready for review in summary i write:
we have to merge those 2 first before we can go ahead with this one |
e38cd92
to
a23655b
Compare
@thiagoftsm rebased. Most important in the review here is to check underhood/mqtt_websockets#15 (which this PR will bring in) doesn't accidentally change behavior from now when mqtt5 is true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issue was observed with different cloud configuration options, LGTM!
submodule points to master |
Summary
Removes support for MQTT-C library and keeps only new MQTT5 implementation.
This cleans up the code and is prerequisite for next improvements and fixes which are coming.
Test Plan
Behavior should be same as before this PR with mqtt5 switched on
Additional Information
For users: How does this change affect me?