We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently SubAck packets are silently ignored, as the responseCode array needs to be handled correctly.
SubAck
See https://github.com/BlackbirdHQ/mqttrust/blob/1600266795bcc5d3f33e566d5574a3ee4d5fc638/mqttrust/src/encoding/v4/subscribe.rs#L286-L308
And
https://github.com/BlackbirdHQ/mqttrust/blob/1600266795bcc5d3f33e566d5574a3ee4d5fc638/mqttrust_core/src/state.rs#L191-L199
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently
SubAck
packets are silently ignored, as the responseCode array needs to be handled correctly.See https://github.com/BlackbirdHQ/mqttrust/blob/1600266795bcc5d3f33e566d5574a3ee4d5fc638/mqttrust/src/encoding/v4/subscribe.rs#L286-L308
And
https://github.com/BlackbirdHQ/mqttrust/blob/1600266795bcc5d3f33e566d5574a3ee4d5fc638/mqttrust_core/src/state.rs#L191-L199
The text was updated successfully, but these errors were encountered: