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 have recently added cancellation tokens to our restsharp requests and have been leaking memory since. The stackoverflow question below suggests that the token.Register() call returns a CancellationTokenRegistration that should be disposed when the task is completed.