We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using BusiRequest and BusiReply in gRPC method definition as in and out looks intrusive.
BusiRequest
BusiReply
in
out
How about using gRPC context Incoming and Outgoing to transfer this payload?
The text was updated successfully, but these errors were encountered:
Can you describe you suggestion in more detail?
Sorry, something went wrong.
work done. any type of gRPC params is supported in v1.5.1 @elvizlai
No branches or pull requests
Using
BusiRequest
andBusiReply
in gRPC method definition asin
andout
looks intrusive.How about using gRPC context Incoming and Outgoing to transfer this payload?
The text was updated successfully, but these errors were encountered: