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
client: add GRPC_GO_REQUIRE_HANDSHAKE options to control connection behavior
Possible settings of this environment variable:
- "hybrid" (default; removed after the 1.17 release): wait for handshake before
considering a connection ready, but wait before considering successful.
- "on" (default after the 1.17 release): wait for handshake before considering
a connection ready/successful.
- "off": do not wait for handshake before considering a connection
ready/successful.
This setting will be completely removed after the 1.18 release, and "on" will
be the only supported behavior.
0 commit comments