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

[#6446] TeamsInfo GetTeamChannelsAsync, GetTeamDetailsAsync don't pass along the cancellation token #6458

Merged

Conversation

sw-joelmut
Copy link
Collaborator

Fixes #6446

Description

This PR adds the cancellation token in the TeamsOperations class methods to be passed in to the GetResponseAsync method.

Specific Changes

  • Update TeamsOperations method, adding the cancellation token to the GetResponseAsync method call.

@sw-joelmut sw-joelmut added the Automation: No parity PR does not need to be applied to other languages. label Sep 2, 2022
@sw-joelmut sw-joelmut requested a review from a team as a code owner September 2, 2022 13:58
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 320084

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 79.077%

Totals Coverage Status
Change from base Build 319317: 0.0%
Covered Lines: 25560
Relevant Lines: 32323

💛 - Coveralls

@BruceHaley
Copy link
Contributor

✔️ No Binary Compatibility issues for Microsoft.Bot.Connector.dll

@tracyboehrer tracyboehrer merged commit ce08c85 into main Sep 6, 2022
@tracyboehrer tracyboehrer deleted the southwork/add/teams-operations-cancellationtoken branch September 6, 2022 14:15
tracyboehrer added a commit that referenced this pull request Sep 7, 2022
* Revert "[#6430] Adaptive ForEachElement does not exit when child action CancelAllDialogs is called (#6452)" (#6466)

This reverts commit c572be3.

Co-authored-by: Tracy Boehrer <[email protected]>

* Add cancellation token to TeamsOperation class (#6458)

* Fix typing indicator shown after bot has replied (#6460)

Co-authored-by: Tracy Boehrer <[email protected]>
Co-authored-by: Joel Mut <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Automation: No parity PR does not need to be applied to other languages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TeamsInfo GetTeamChannelsAsync, GetTeamDetailsAsync don't pass along the cancellation token
4 participants