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
remote/client: suppress gRPC error message on shutdown
This is a workround for the gRPC issue
grpc/grpc#38679.
Since Python 3.12, an empty exception message is printed from gRPC during
shutdown, although nothing seems to go wrong. As this is confusing for
users, suppress the message by closing stderr. When in debug mode, we
keep it open.
Signed-off-by: Jan Luebbe <[email protected]>
0 commit comments