You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TokenCache class currently implements IDisposable to dispose of an underlying SemaphoreSlim. It's possible that this is unnecessary if it is not accessing the underlying WaitHandle. See the discussion here: #17083 (comment).
The text was updated successfully, but these errors were encountered:
The
TokenCache
class currently implementsIDisposable
to dispose of an underlyingSemaphoreSlim
. It's possible that this is unnecessary if it is not accessing the underlyingWaitHandle
. See the discussion here: #17083 (comment).The text was updated successfully, but these errors were encountered: