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 "Terminate and Relaunch" of groups that use adoptIfRunning #1318
This was a race condition:
RuntimeProcess.fTerminated was only set asynchronously, hindering
relaunching the process, thinking it was already running.
Happened only for GroupLaunchElement.adoptIfRunning == true
fixes#1318
0 commit comments