Closed johanbrandhorst closed 6 years ago
It may be this issue should be moved to github.com/gogo/gateway, but I want to reproduce it first.
This seems to be working in https://github.com/gogo/grpc-example/blob/8c29208d755fd8246e90d20dbec9545f11d0080e/proto/example.pb.gw.go#L98. Will need to do further investigation.
I don't think this is an issue anymore.
At work I ran into a problem with the following definition:
It resulted in an error like:
unexpected type **bla.Bla does not implement proto.Message
The error originates from this line in the generated grpc-gateway code:
I have seen errors like this before in the github.com/gogo/gateway
JSONPb
marshaller, but thought they were fixed. Investigate whether this is a problem still.