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
We are using cancelation token source to timeout the Task's execution but we are not disposing the cancellation token source. This creates a memory leak within the Task.
We are using cancelation token source to timeout the Task's execution but we are not disposing the cancellation token source. This creates a memory leak within the Task.