Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Server.Start method would panic if gRPC's Serve method returned an error. This can happen if resources are so constrained that the server is stopped before Serve is called. (We have seen TestNewServer trigger this on Travis.) We shouldn't make this a fatal error. Change-Id: Iaac4e0a11cc7491b16112f91797cebc854ecbcec Reviewed-on: https://code-review.googlesource.com/33871 Reviewed-by: Jean de Klerk <[email protected]>
- Loading branch information