Calling a gRPC call after one returns from the server side

前端 未结 0 1106
长情又很酷
长情又很酷 2020-12-01 07:55

I have these two gRPC calls:

service Console {
  rpc JoinNetwork(keyvaluestore.Request) returns (ClusterInfo) {}
  rpc WatchHealth(HealthCheckRequest) returns         


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