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
Bug description: MQTT_Status_strerror() for the MQTTNeedMoreBytes status returns "Invalid MQTT Status code" string.
MQTT_Status_strerror()
MQTTNeedMoreBytes
"Invalid MQTT Status code"
Expectations: MQTT_Status_strerror() for the MQTTNeedMoreBytes status should return "MQTTNeedMoreBytes" string.
"MQTTNeedMoreBytes"
The text was updated successfully, but these errors were encountered:
Hello @slapab,
Thank you for catching and reporting this bug. We are working on a fix and it should be out soon.
Thank you, Aniruddha
Sorry, something went wrong.
Hello @slapab as the above mentioned PR was merged, I shall be closing this issue.
If you feel that your issue isn't resolved, feel free to reopen this issue or create a new one.
Thanks, Aniruddha
xuelix
AniruddhaKanhere
archigup
No branches or pull requests
Bug description:
MQTT_Status_strerror()
for theMQTTNeedMoreBytes
status returns"Invalid MQTT Status code"
string.Expectations:
MQTT_Status_strerror()
for theMQTTNeedMoreBytes
status should return"MQTTNeedMoreBytes"
string.The text was updated successfully, but these errors were encountered: