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
Hey folks, seems like the python mlmd library lets it's grpc channel get autoclosed resulting in a ResourceWarning log message being printed out after a while. Would it be possible to expose the underlying grpc channel in the stub/client so users can manually close the channel or at least suppressing the resource warning log?
The text was updated successfully, but these errors were encountered:
Hey folks, seems like the python mlmd library lets it's grpc channel get autoclosed resulting in a ResourceWarning log message being printed out after a while. Would it be possible to expose the underlying grpc channel in the stub/client so users can manually close the channel or at least suppressing the resource warning log?
The text was updated successfully, but these errors were encountered: