-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(steam): race condition leading to duplicate SteamChild
In some cases, needRefresh would be set to true before the existing child process would've picked up on it and exited. Instead, we use a PID match to make sure only the latest process remains.
- Loading branch information
1 parent
52e4e6a
commit 1b0320e
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters