gRPC-go的一些tips

1、請注意,在 gRPC-Go 中,RPC 以阻塞/同步模式運行,這意味着 RPC 調用等待服務器響應,並且將返回響應或錯誤。

Note that in gRPC-Go, RPCs operate in a blocking/synchronous mode, which means that the RPC call waits for the server to respond, and will either return a response or an error.

參考
[1] https://grpc.io/docs/languages/go/basics/

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章