Skip to content

Commit

Permalink
Default Wait for Ready to false
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcairo committed Sep 25, 2024
1 parent 2978160 commit e7b4fca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ extension GRPCChannel {
descriptor: MethodDescriptor,
options: CallOptions
) async -> MakeStreamResult {
let waitForReady = options.waitForReady ?? true
let waitForReady = options.waitForReady ?? false
switch self.state.withLock({ $0.makeStream(waitForReady: waitForReady) }) {
case .useLoadBalancer(let loadBalancer):
return await self.makeStream(
Expand Down

0 comments on commit e7b4fca

Please sign in to comment.