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 you want to consider the connection "ready" without actually being connected to a real gRPC server, you can use the environment variable GRPC_GO_REQUIRE_HANDSHAKE=off from now through our next release. After that, we will be removing support for this entirely. You should start a real grpc server in your tests if you need clients to believe they are successfully connected to a server.
Let us know if you have any questions or concerns.
What version of gRPC are you using?
v1.18.0
What version of Go are you using (
go version
)?go1.11.2
What operating system (Linux, Windows, …) and version?
Linux Debian 4.18.10
What did you do?
Dialed the loopback address with
Insecure
andBlock
.What did you expect to see?
Immediate connection.
What did you see instead?
Timeout (hang).
Works fine in v1.17.0.
The text was updated successfully, but these errors were encountered: