Function wireman_core::client::call_unary_blocking
source · pub fn call_unary_blocking(req: &RequestMessage) -> Result<ResponseMessage>
Expand description
Creates a new gRPC
client and sends a message to a gRPC
server.
This method is blocking.
§Errors
- Internal error calling the
gRPC
server