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
A Copilot review pointed out that there is a race in src/DebugEngineHost/RegistryMonitor.cs . If Start is called and then Stop is called before the Monitor thread gets a chance to actually start, then the Monitor thread will run forever.
A Copilot review pointed out that there is a race in src/DebugEngineHost/RegistryMonitor.cs . If
Startis called and thenStopis called before theMonitorthread gets a chance to actually start, then theMonitorthread will run forever.