Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

[release/2.1] Fix CancellationTokenRegistration.Token after CTS.Dispose #21416

Closed
wants to merge 1 commit into from

Commits on Dec 6, 2018

  1. Fix CancellationTokenRegistration.Token after CTS.Dispose

    CTR.Token should never throw, but it's currently throwing an ObjectDisposedException if the associated CancellationTokenSource has been disposed.
    stephentoub committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    cd98af7 View commit details
    Browse the repository at this point in the history