Hi, I have this RPC (provided by gRPC examples)
rpc SayHelloStreamReply (HelloRequest) returns (stream HelloReply) {}
C++ client, gets CANCELED status instead of RESOURCE_EXHAUSTED when message exceeds max. allowed size. Is this correct behavior?
I am using gRPC v1.66.
Kindly,
Patrik