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
If the grout process is launched a second time, then socket api bind() failed
and the process unlink socket file before exiting, making the first running
process unreachable.
If the grout process crash, it won't remove api socket file, and the next
invocation will fail at socket api bind().
Change api_socket_start() to check, if bind() fails, whether there's a
listening process behind the scene:
* If there is, exit without removing socket api file
* If there is not, then remove file and resume bind.
Signed-off-by: Olivier Gournet <[email protected]>
0 commit comments