You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.