-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGFIX: MQTT improved cleanup when user calls disconnect aws-c-common v0.7.0 -> v0.7.4 aws-c-event-stream v0.2.11 -> v0.2.12 aws-c-http v0.6.15 -> v0.6.17 aws-c-io v0.11.2 -> v0.12.0 aws-c-mqtt v0.7.10 -> v0.7.11 aws-c-s3 v0.1.39 -> v0.1.43
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule aws-c-common
updated
18 files
+2 −7 | CMakeLists.txt | |
+20 −5 | cmake/AwsCFlags.cmake | |
+7 −1 | cmake/AwsFeatureTests.cmake | |
+14 −0 | include/aws/common/byte_buf.h | |
+1 −0 | include/aws/common/config.h.in | |
+0 −52 | include/aws/common/cpu_usage_sampler.h | |
+2 −2 | include/aws/common/math.inl | |
+0 −29 | include/aws/common/private/cpu_usage_sampler_private.h | |
+0 −12 | include/aws/common/system_info.h | |
+36 −0 | source/byte_buf.c | |
+0 −33 | source/cpu_usage_sampler.c | |
+0 −18 | source/darwin/cpu_usage_sampler.c | |
+0 −140 | source/linux/cpu_usage_sampler.c | |
+0 −37 | source/posix/system_info.c | |
+0 −18 | source/windows/cpu_usage_sampler.c | |
+0 −14 | source/windows/system_info.c | |
+2 −0 | tests/CMakeLists.txt | |
+69 −0 | tests/byte_buf_test.c |
Submodule aws-c-http
updated
32 files
Submodule aws-c-io
updated
4 files
+1 −0 | include/aws/io/io.h | |
+13 −5 | include/aws/io/tls_channel_handler.h | |
+5 −0 | source/io.c | |
+22 −26 | source/s2n/s2n_tls_channel_handler.c |
Submodule aws-c-mqtt
updated
4 files
+12 −13 | .github/workflows/ci.yml | |
+2 −2 | .github/workflows/clang-format.yml | |
+19 −15 | bin/elastipubsub/main.c | |
+21 −6 | source/client.c |
Submodule aws-c-s3
updated
41 files