This repository has been archived by the owner on Jul 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ciao-launcher: Fix potential deadlock at launcher startup
Ensure that the connection to the server and overseer is ready before processing commands. This avoids a race where ConnectNotify() was returning a command before Dial() (and it's follow-up work) was completed. This would result in an deadlock as the overseer was not ready to receive the command. Fixes: #591 Signed-off-by: Rob Bradford <[email protected]>
- Loading branch information
Showing
1 changed file
with
41 additions
and
40 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