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
{{ message }}
This repository was archived by the owner on Jul 16, 2020. It is now read-only.
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]>
0 commit comments