GRPC request body is not recognized by grpc service #403
smaktacular
started this conversation in
General
Replies: 1 comment
-
@smaktacular I have overlooked that GRPC Reqeust should not be called with buffer/ string but with a concrete object when switching to the unified api with requestClient in v6. I have reverted the behavior and it will be published soon (#407). Thanks for the tip. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
please consider the following proto:
with the following c# implementation:
using grpcurl
I get
but using httpyac
I get
While Debugging the request from httpyac I can see that the property (str) in the body is not recognized. Does anyone have an idea what would cause this difference in the two results?
Beta Was this translation helpful? Give feedback.
All reactions