Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information