🐛 Bug Report This morning (after the v2 release), when I attempt to generate the grpc-gateway, I get the following error: goroutine 1 [running]: github.com/golang/glog.stacks(0xc000157a00, 0xc000268240, 0x3c, 0x40) /go/src/github.com/gol...
I have a gRPC server in Python, gRPC client in Python and C++ and I have RESTfull service using grpc-gateway. For all of then I use one .proto file (to avoid duplication). The issue is in the compilation of .proto for C++. I can not gene...