Juniper/grpc-c

gRPC-c server does not work with client implemented with other languages

Opened this issue · 2 comments

@ajhai
I tested with the 'helloworld' examples .
I started the server implemented with grpc-c, and i implemented the client with go lang and c++. I found out that these client(implemented with go\c++) could not get the response from the server(grpc-c server), and had been blocked.
The client implemented with grpc-c works well.

BTW, at the same time, i implemented the servers with go lang and c++. All of them(implemented with go\c++) works well with the clients implemented with go lang\c++\grpc-c

Have you solved the problem now?