Hi, anyone aware if it possible to determine response size of gRPC responses? I am currently encountering:
Grpc.Core.RpcException: Status(StatusCode="ResourceExhausted", Detail="Received message exceeds the maximum configured message size.")
Grpc.Core.RpcException: Status(StatusCode="ResourceExhausted", Detail="Received message exceeds the maximum configured message size.")
but I am not sure how large the message actually is. (The response is coming from third party service, so not possible to determine). Would Fiddler or similar be able to trace that perhaps?