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 have just found waitForChannelReady, which is probably acceptable as a workaround. I completely failed to find it in the search before raising this issue.
The grpc client (channel?) has a
waitForReady(deadline)
method, which loops around waiting for the connectivityState to go toready
.Please expose this on channel, preferably promisified, so I don't have to copy-paste it into my codebase.
https://github.com/grpc/grpc-node/blob/master/packages/grpc-js/src/client.ts#L174-L202
The text was updated successfully, but these errors were encountered: