-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-crt-cpp
updated
9 files
+246 −241 | bin/mqtt5_canary/main.cpp | |
+156 −18 | include/aws/crt/mqtt/Mqtt5Client.h | |
+77 −7 | include/aws/crt/mqtt/Mqtt5Packets.h | |
+356 −13 | include/aws/crt/mqtt/Mqtt5Types.h | |
+22 −2 | include/aws/iot/Mqtt5Client.h | |
+16 −3 | source/iot/Mqtt5Client.cpp | |
+35 −2 | source/mqtt/Mqtt5Client.cpp | |
+48 −16 | source/mqtt/Mqtt5Packets.cpp | |
+6 −6 | tests/Mqtt5ClientTest.cpp |