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

Fix MQTT5 Connect Reason Codes #3663

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Fix MQTT5 Connect Reason Codes #3663

merged 1 commit into from
Nov 27, 2024

Conversation

sophokles73
Copy link
Contributor

MQTT5 defines new reason codes to be included in CONNACK packets when connection establishment fails. The abstract adapter base class has been changed accordingly.

Also added integration tests based on HiveMQ client for testing connection establishment.

Addresses #2955

@sophokles73
Copy link
Contributor Author

@mattkaem would you mind taking a look?

@mattkaem
Copy link
Contributor

@mattkaem would you mind taking a look?

sure, I will have a look

@sophokles73
Copy link
Contributor Author

@mattkaem any additional questions?

MQTT5 defines new reason codes to be included in CONNACK packets when
connection establishment fails. The abstract adapter base class has been
changed accordingly.

Also added integration tests based on HiveMQ client for testing
connection establishment.
Copy link
Contributor

@mattkaem mattkaem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :) Thanks for the contribution

@sophokles73 sophokles73 merged commit 7df9a3a into master Nov 27, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants