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
Traceback (most recent call last):
File "testwith.py", line 7, in <module>
with intercept_channel(insecure_channel("localhost:5000"), ic) as ch:
AttributeError: __enter__
The text was updated successfully, but these errors were encountered:
grpc channel is usually used with
with
statement like here -> https://github.com/grpc/grpc/blob/master/examples/python/helloworld/greeter_client_with_options.py#L31but...
The text was updated successfully, but these errors were encountered: