waitForReady
Whether RPCs for this method should wait until the connection is ready.
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.