-
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
10 files
+1 −0 | CMakeLists.txt | |
+1 −1 | VERSION | |
+1 −1 | crt/aws-c-mqtt | |
+12 −1 | include/aws/crt/mqtt/private/Mqtt5ClientCore.h | |
+5 −0 | include/aws/crt/mqtt/private/MqttConnectionCore.h | |
+17 −10 | source/mqtt/Mqtt5ClientCore.cpp | |
+6 −6 | source/mqtt/MqttConnection.cpp | |
+5 −0 | source/mqtt/MqttConnectionCore.cpp | |
+1 −0 | tests/CMakeLists.txt | |
+44 −0 | tests/Mqtt5ClientTest.cpp |