Instance Propertygrpc-swift 2.0.0GRPCCore

waitForReady

Whether RPCs for this method should wait until the connection is ready.

MethodConfig.swift:71
var waitForReady: Bool?

If false the RPC will abort immediately if there is a transient failure connecting to the server. Otherwise gRPC will attempt to connect until the deadline is exceeded.