You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update your copy of grpc-gateway to the latest version from github. with git fetch https://github.com/grpc-ecosystem/grpc-gateway master && git reset --hard FETCH_HEAD
Delete the protoc-gen-grpc-gateway and protoc-gen-swagger binary from your PATH,
and install locally built binaries.
Bug reports:
Fill in the following sections with explanations of what's gone wrong.
Steps you follow to reproduce the error:
Your steps here.
What did you expect to happen instead:
Your answer here.
What's your theory on why it isn't working:
Your theory here.
The text was updated successfully, but these errors were encountered:
Do you want the ability to control the marshaller per-method? You could do this kind of thing with two different gRPC-Gateway servers on the same http.Server if you split traffic in a separate handler. Would that work for you?
Please follow the general troubleshooting steps first:
grpc-gateway
to the latest version from github. withgit fetch https://github.com/grpc-ecosystem/grpc-gateway master && git reset --hard FETCH_HEAD
protoc-gen-grpc-gateway
andprotoc-gen-swagger
binary from yourPATH
,and install locally built binaries.
Bug reports:
Fill in the following sections with explanations of what's gone wrong.
Steps you follow to reproduce the error:
Your steps here.
What did you expect to happen instead:
Your answer here.
What's your theory on why it isn't working:
Your theory here.
The text was updated successfully, but these errors were encountered: