-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update mqtt submodule to fix decoding/framing issue (#525)
Co-authored-by: Bret Ambrose <[email protected]>
- Loading branch information
1 parent
bd52a40
commit 2c47f04
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-c-mqtt
updated
10 files
+4 −2 | include/aws/mqtt/private/client_impl.h | |
+2 −0 | include/aws/mqtt/private/fixed_header.h | |
+135 −0 | include/aws/mqtt/private/mqtt311_decoder.h | |
+11 −0 | source/client.c | |
+150 −172 | source/client_channel_handler.c | |
+3 −2 | source/fixed_header.c | |
+211 −0 | source/mqtt311_decoder.c | |
+12 −0 | tests/CMakeLists.txt | |
+693 −0 | tests/v3/packet_framing_tests.c | |
+0 −9 | tests/v5/mqtt5_encoding_tests.c |