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
The issue is that read returns a generator, making the grpc_raise decrorator ineffective.
We probably need to check in grpc_raise if the return value is a generator and yield from it
When trying to read and there's no connection, a
GrpcError
is raised instead of aReadError
.The text was updated successfully, but these errors were encountered: