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
It seems closing channels explicitly or via with statements is required. See python examples and PR that added comments and with statements to the examples.
Initial question: #365 (reply in thread)
It seems closing channels explicitly or via
with
statements is required. See python examples and PR that added comments andwith
statements to the examples.Link to implementation: https://github.com/grpc/grpc/blob/master/src/python/grpcio/grpc/_channel.py
Investigate if we need to close the channels and if we do then implement it.
The text was updated successfully, but these errors were encountered: