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

Added test for the suback response return code 0x80 rejected. #174

Closed

Conversation

wolfeidau
Copy link
Contributor

As per the recent release of the mqtt-v3.1.1 spec.

Probably good to have it in there even though it didn't require any changes, please correct me if I have missed something.

At the moment there is no checks to ensure they are in the list of permitted values being.

SUBACK return codes other than 0x00, 0x01, 0x02 and 0x80 are reserved and MUST NOT be used.

Cheers

@mcollina
Copy link
Member

Thanks for the check!

I would like to see the error situation reported in the MQTTClient after a
subscribe command. I'm not sure this happens.

You checked only the MQTTConnection.

@mcollina mcollina mentioned this pull request May 10, 2014
8 tasks
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.

None yet

2 participants