grpc-rust icon indicating copy to clipboard operation
grpc-rust copied to clipboard

Rust implementation of gRPC

Results 61 grpc-rust issues
Sort by recently updated
recently updated
newest added

I found lock for sync client if I send invalid message (without required field). Got an error protobuf error: not all message fields set [here in code](https://github.com/aptakhin/grpc-rust/blob/test-optional-vs-required/src/client.rs#L131). Seems I locked...