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
* fix: cancellationTokenSource memory leak
I've added 2 fixes to prevent memory leak:
- using statement to CancellationToken Source
- dispose to CancellationTokenRegistration
Found by Linux Verification Center (linuxtesting.org) with SVACE.
* fix: compilation error
tcs.TrySetException(newTimeoutException($"Failed to start the debug proxy within the timeout period of {DebugProxyLaunchTimeout.TotalSeconds} seconds."));
0 commit comments