Browse Source
The gRPC Client waitForReady call waits for a specified time frame and either resolves or rejects depending on wether or not a successful connection was established within the given time frame. If the connection attempt failed gRPC will still continue to attempt to establish the connection endlessly. In this commit we explicitly close the client connection after the connect deadline has been exceeded to prevent gRPC from trying to connect.renovate/lint-staged-8.x
Tom Kirkpatrick
6 years ago
2 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue