Hi all, I am working on an async gRPC client in C++. Due to server limitations we need to cap the max send msg size in the client. When we try to send a msg which is larger than the cap, the Write (async) fails, which is as expected.
Is there a way to know that the failure is due to the msg size and not any other reason? Thanks! -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/451d8aa2-2883-4859-98fa-1140c24ec645%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
