Relative Content

Tag Archive for c#protocol-buffersgrpc

‘Status’ in namespace ‘google::protobuf::util’ does not name a type

I am trying out grpc in C++ for an example where my client will send a video and some related json data to a Python grpc server which sends back the video after adding captions and related json data. The server is already available and uses the same proto file (included below), and I am only working on the client code. However, when I am compiling the client code, I am getting the below error.