Undisposed Cancellation Tokens Sources
ivanvyd opened this issue · 0 comments
ivanvyd commented
There are multiple places with undisposed CancellationTokenSource
, potentially leading to leaks due to unreleased memory.
For instance,
The issue is opened by comment:
Originally posted by @ReubenBond in #9080 (comment)