-
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.
Update submodules to fix eventstream RPC crash (#487)
* Update submodules to fix eventstream RPC crash --------- Co-authored-by: Bret Ambrose <[email protected]>
- Loading branch information
1 parent
f7451c0
commit fc7074d
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
10 files
Submodule aws-c-cal
updated
6 files
Submodule aws-c-event-stream
updated
7 files
Submodule aws-c-io
updated
6 files
Submodule aws-c-mqtt
updated
16 files
+38 −0 | include/aws/mqtt/client.h | |
+4 −0 | include/aws/mqtt/private/client_impl.h | |
+7 −0 | include/aws/mqtt/private/client_impl_shared.h | |
+13 −0 | include/aws/mqtt/private/v5/mqtt5_client_impl.h | |
+4 −0 | include/aws/mqtt/private/v5/mqtt5_options_storage.h | |
+26 −0 | source/client.c | |
+11 −0 | source/client_channel_handler.c | |
+15 −0 | source/client_impl_shared.c | |
+495 −8 | source/mqtt3_to_mqtt5_adapter.c | |
+20 −10 | source/v5/mqtt5_client.c | |
+25 −14 | source/v5/mqtt5_options_storage.c | |
+15 −0 | tests/CMakeLists.txt | |
+138 −0 | tests/v3/connection_state_test.c | |
+1,476 −0 | tests/v5/mqtt3_to_mqtt5_adapter_tests.c | |
+198 −500 | tests/v5/mqtt5_client_tests.c | |
+64 −0 | tests/v5/mqtt5_testing_utils.h |
Submodule aws-lc
updated
from 987bd7 to 80c394
Submodule s2n
updated
from b9c4d6 to e954ee