Promote ClientContext::set_wait_foor_ready to be non-experimental (#28247)

reviewable/pr28154/r3
Yash Tibrewal 3 years ago committed by GitHub
parent 9722651156
commit 50a207ee9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      include/grpcpp/impl/codegen/client_context.h

@ -288,7 +288,7 @@ class ClientContext {
/// with the possibility of receiving a cached response.
void set_cacheable(bool cacheable) { cacheable_ = cacheable; }
/// EXPERIMENTAL: Trigger wait-for-ready or not on this request.
/// Trigger wait-for-ready or not on this request.
/// See https://github.com/grpc/grpc/blob/master/doc/wait-for-ready.md.
/// If set, if an RPC is made when a channel's connectivity state is
/// TRANSIENT_FAILURE or CONNECTING, the call will not "fail fast",

Loading…
Cancel
Save