-
Notifications
You must be signed in to change notification settings - Fork 552
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New entry in ServerStartup enum to indicate AddrInUse Error (#840)
when cargo fires of parallel build jobs, we encounter a race to start the server if the server is not already running to start the server This is an AddrInUse error causing atleast one of the parallel build jobs fail. This patch adds a new entry to ServerStartup enum to clearly communicate the AddrInUse error from the server to the client that requested the server start. Using this information the client can retry connecting instead of failing.
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 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
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