Skip to content

Fix tests on big-endian#408

Open
sertonix wants to merge 1 commit intoawslabs:mainfrom
sertonix:be
Open

Fix tests on big-endian#408
sertonix wants to merge 1 commit intoawslabs:mainfrom
sertonix:be

Conversation

@sertonix
Copy link

Values written to qos_returned were of type enum aws_mqtt_qos but were
interpreted as values of type uint8_t when read which at least on
big-endian resulted in incorrect results.

Fixes ace204e suback return code

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Values written to qos_returned were of type enum aws_mqtt_qos but were
interpreted as values of type uint8_t when read which at least on
big-endian resulted in incorrect results.

Fixes ace204e suback return code
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.

1 participant