-
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.
Update submodules to fix mqtt5 operations timeouts (#670)
- 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
13 files
+1 −1 | .github/workflows/ci.yml | |
+1 −1 | VERSION | |
+3 −0 | include/aws/crt/io/Uri.h | |
+1 −2 | include/aws/iot/Mqtt5Client.h | |
+1 −2 | include/aws/iot/MqttClient.h | |
+14 −0 | source/io/Uri.cpp | |
+12 −1 | source/iot/Mqtt5Client.cpp | |
+22 −12 | source/iot/MqttClient.cpp | |
+3 −3 | source/mqtt/Mqtt5ClientCore.cpp | |
+5 −0 | tests/CMakeLists.txt | |
+152 −0 | tests/Mqtt5ClientCredentialsTest.cpp | |
+234 −20 | tests/Mqtt5ClientTest.cpp | |
+194 −0 | tests/MqttClientCredentialsTest.cpp |