今天在 import google 提供的 proto 時候,在使用 protoc 編譯後,出現了下列的訊息。
因為這件事情,所以就花了一點時間搞懂 protoc 怎麼處理 import 這件事情。
Continue reading今天在 import google 提供的 proto 時候,在使用 protoc 編譯後,出現了下列的訊息。
因為這件事情,所以就花了一點時間搞懂 protoc 怎麼處理 import 這件事情。
Continue reading寫完 gRCP Server streaming 和 gRCP Client streaming 後,終於來到最後一個 Bidirectional streaming ,這個是雙向的 streaming, Client/Server 可以 收到 與 送出 多個訊息。
Continue readingClient streaming 就是 gRCP Server streaming 的相反行為,client 會發送多個訊息給伺服器,伺服器會回應一個 Response 給 Client。
Continue readingServer streaming 是當 client 發送一個 request , 伺服器在一個 RPC 的回應裡,回應零個或多個訊息。 最經典的例子就是 client 做查詢,伺服器回應多個結果回來。
Continue readingI’m a person who is enthusiastic about Coding, and that’s my job by the way.
Web Developer