Skip to content

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

Merged
merged 46 commits into from
May 1, 2025
Merged

Conversation

bretambrose
Copy link
Contributor

@bretambrose bretambrose commented Nov 5, 2024

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.

@sfod
Copy link
Contributor

sfod commented Nov 8, 2024

I couldn't find CI job where new tests are not skipped. Not sure if it's intentional or not.

@bretambrose
Copy link
Contributor Author

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.

std::move(result), handler, responsePathTopicAccepted, responsePathTopicRejected);
};

int submitResult = m_bindingClient->SubmitRequest(options, std::move(resultHandler));
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

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. > <

@sfod sfod merged commit 380b09d into main May 1, 2025
40 of 41 checks passed
@sfod sfod deleted the RequestResponseWorkspacePreFormat branch May 1, 2025 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants