-
Notifications
You must be signed in to change notification settings - Fork 111
Request response workspace pre format #764
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
Conversation
I couldn't find CI job where new tests are not skipped. Not sure if it's intentional or not. |
Not intentional and doesn't exist. Will fix. |
This reverts commit 634aea8.
…ssary. Skip tests on BYO_CRYPTO
std::move(result), handler, responsePathTopicAccepted, responsePathTopicRejected); | ||
}; | ||
|
||
int submitResult = m_bindingClient->SubmitRequest(options, std::move(resultHandler)); |
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.
Just realize that we didn't bind aws_mqtt_request_operation_options
. Why we are using the c type here?
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.
The usage is completely internal, so it's unclear what value binding it would add.
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.
It's not a big deal. It is just a little annoying to see a combination of crt-cpp and native object. > <
Implementation of a request-response client.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.