-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Dispose CancellationTokenSource #49796
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
Conversation
Thanks for your PR, @alex-inftx. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
Hi @alex-inftx. If this is not a tell-mode PR, please make sure to follow the instructions laid out in the servicing process document. |
@alex-inftx please change the target branch of this PR to be main (and not release/6.0). |
I changed the base branch to main not realizing that release/6.0 hasn't merged into main yet. Sorry for the noise. |
Still looks like 6.0 unless I'm misreading; if you click edit, the target branch should become editable: However, if it starts freaking out, it may be easier to redo the branch against main. as an aside: there is no "yet" here - 6.0 is a maintenance branch; it'll stay independent until some future hypothetical point when it simply gets nuked |
I changed the base branch but now there are lots of conflicts. Might be easier to create a new PR. |
35a31df
to
6a0dc64
Compare
Hi @alex-inftx. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context. |
@dotnet-policy-service agree company="infotecs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me, and should clean up a timer callback 👍
|
@alex-inftx IMO no this doesn't warrant backport. Yes, it may be more efficient, but: the feature isn't fundamentally broken or dangerous "as is". Others may disagree, but I vote "no" |
Thanks @alex-inftx. I agree with @mgravell that this doesn't need to be backported. |
we can dispose CancellationTokenSource after use