Skip to content
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

Ensure async client methods pass through cancellation token #7676

Merged

Conversation

stevejgordon
Copy link
Contributor

Fixes #7665.

Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.
@stevejgordon stevejgordon added bug 8.x Relates to 8.x client version labels May 5, 2023
@stevejgordon stevejgordon merged commit d1bfe35 into main May 5, 2023
31 checks passed
@stevejgordon stevejgordon deleted the bug-7665-client-async-methods-cancellation-token branch May 5, 2023 08:12
github-actions bot pushed a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.
github-actions bot pushed a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.
github-actions bot pushed a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.
github-actions bot pushed a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.
github-actions bot pushed a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.
github-actions bot pushed a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.
github-actions bot pushed a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.
stevejgordon added a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.

Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
stevejgordon added a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.

Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
stevejgordon added a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.

Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
stevejgordon added a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.

Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
stevejgordon added a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.

Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
stevejgordon added a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.

Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
stevejgordon added a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.

Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
stevejgordon added a commit that referenced this pull request May 5, 2023
Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.
stevejgordon added a commit that referenced this pull request May 5, 2023
* Rename SqlQueryResponse to QueryResponse (#7667)

* Pass ctx for descriptor-based client methods (#7676)

Fix applied in the generator to ensure we pass along the cancellation token
to DoRequestAsync.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.x Relates to 8.x client version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generated client descriptor overload methods fail to pass cancellation token through to DoRequestAsync
1 participant