Why do you use `stream` for GRPC/protobuf file transfers?

后端 未结 0 1479
太阳男子
太阳男子 2021-01-16 09:16

I\'ve seen a couple examples like this:

service Service{
  rpc updload(stream Data) returns (google.protobuf.Empty) {};
  rpc download(google.protobuf.Empty)          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题