'Can gPRC (protobuf) return a null message?
Our client side calls a gRPC server, which ideally should return a MyMessage response object.
But can this MyMessage object be null? or gRPC cannot return null object because if it is null, grpc will throw exception?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
