In the examples of the GRPC client there are two types of implementation, one where the .proto
files are loaded and processed at runtime, and one where they are compiled using protoc
.
My question is: what is the difference? The docs say nothing more than 'they behave identically', but surely there has to be a difference right?
via Sander
No comments:
Post a Comment