-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated SDK commit to use the latest SDK code #416
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also may want to check if this line can be pulled out of buildClient()
test/config/TestConfig.cpp
Outdated
@@ -154,6 +156,8 @@ TEST_F(ConfigTestFixture, AllFeaturesEnabled) | |||
"secure-element-token-label": "token-label" | |||
} | |||
})"; | |||
SharedCrtResourceManager resourceManager; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't one of these already initialized in ConfigTestFixture
?
6610e14
to
4d4a60d
Compare
…or and api handle. This will resolve the Sensor pullish unit tests which manually creates and initializes allocator and eventloop.
This change will be reverted later. Added this to investigate DD integ test failure
…pendency version(#426) * updated code to shutdown on tunnel close callback * addressed lint errors * addressed lint errors * addressed lint errors * updated zlib version * updated zlib version * updated comment
…427) * Updated tunnel shutdown logic for Secure Tunneling component * removed extra log statement
There is an additional level of indirection required for the script to be able to build the container. Co-authored-by: Miguel Cano <macano953@users.noreply.github.com>
* Update Dockerfile * Update README.md
The merge-base changed after approval.
The merge-base changed after approval.
The merge-base changed after approval.
The merge-base changed after approval.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ship
Motivation
Modifications
Change summary
initializeAllocator
method to public so it can be called from outside ofSharedCrtResourceManager
.SharedCrtResourceManager::disconnect
method.init
twice when FP is enabled. https://github.com/awslabs/aws-iot-device-client/pull/391/filesRevision diff summary
If there is more than one revision, please explain what has been changed since the last revision.
SharedCrtResourceManager::disconnect
method.Testing
Is your change tested? If not, please justify the reason.
Please list your testing steps and test results.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.