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
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
The problem with this block is that CloseAndRecv of a client-only stream sends stream close, receives the single response message, and then never reads stream EOF which would cause Handle to be invoked.
The text was updated successfully, but these errors were encountered:
See: https://github.com/grpc-ecosystem/go-grpc-prometheus/blob/master/client_metrics.go#L230-L244
The problem with this block is that CloseAndRecv of a client-only stream sends stream close, receives the single response message, and then never reads stream EOF which would cause Handle to be invoked.
The text was updated successfully, but these errors were encountered: