标签: c++ grpc
我是Grpc的c ++编程的新手。
在本教程中,我的Grpc服务器端可以通过实现方法handle来响应客户端的请求。
handle
但是,我希望服务器端定期向客户端发送数据。 Grpc可能吗?
答案 0 :(得分:0)
是的,Grpc有4种模式。以下网站提供了示例代码。
https://github.com/grpc/grpc/blob/master/examples/cpp/route_guide/route_guide_client.cc