I’m encountering a situation—possibly due to a misconfiguration on my end—where the continuation of the private func enqueue(waitForReady: Bool) async throws -> LoadBalancer function in GRPCChannel.swift never resumes. As a result, the caller is left hanging indefinitely without any error or feedback.
I’m not certain if this is a bug or a result of incorrect usage, but I wanted to raise it as something that could be handled more gracefully.
I’m encountering a situation—possibly due to a misconfiguration on my end—where the continuation of the
private func enqueue(waitForReady: Bool) async throws -> LoadBalancerfunction in GRPCChannel.swift never resumes. As a result, the caller is left hanging indefinitely without any error or feedback.I’m not certain if this is a bug or a result of incorrect usage, but I wanted to raise it as something that could be handled more gracefully.