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
gRPC channels have a .close method that releases resources and terminates active RPCs. We should expose this as Connection.close. In addition we should make Connection a context manager that closes on exit. This mirrors the behavior of channel context managers.
gRPC channels have a
.close
method that releases resources and terminates active RPCs. We should expose this asConnection.close
. In addition we should makeConnection
a context manager that closes on exit. This mirrors the behavior of channel context managers.@tnoczyns-volue thoughts?
The text was updated successfully, but these errors were encountered: