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

Fix return values from ResetAsync #22319

Merged
merged 1 commit into from
Aug 29, 2020
Merged

Fix return values from ResetAsync #22319

merged 1 commit into from
Aug 29, 2020

Commits on Aug 29, 2020

  1. Fix return values from ResetAsync

    Fixes #22255
    
    This must have happened when we switched back from ValueTask to Task. We missed this because we had no coverage for async dispose with context pooling. Added this coverages and scanned code for other occurences.
    ajcvickers committed Aug 29, 2020
    Configuration menu
    Copy the full SHA
    c78f652 View commit details
    Browse the repository at this point in the history