riskgod commented on issue #3818: URL: https://github.com/apache/apisix/issues/3818#issuecomment-797403381
> @riskgod > I think it is caused by inconsistent proto: > https://github.com/ShisiJu/grpc-node/blob/master/protos/helloworld.proto#L31-L40 > > You could try to use the same proto as APISIX on the grpc server. after update the proto file the problem is not fixed ``` message HelloRequest { string name = 1 ; } // The response message containing the greetings message HelloReply { string message = 1 ; } ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
