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

Add CancellationToken-accepting overloads for SendPingAsync #72338

Merged
merged 4 commits into from
Aug 30, 2022

Commits on Jul 17, 2022

  1. Add CancellationToken-accepting overloads for SendPingAsync (initial …

    …work).
    
    Provides "true" cancellation for async ping methods using either a token or
    the existing SendAsyncCancel() API.
    
    Fix dotnet#67260
    madelson committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    1fc763f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    f3360f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Feedback from dotnet#72338

    madelson committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    317e50f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    431fa08 View commit details
    Browse the repository at this point in the history