grpc_requests icon indicating copy to clipboard operation
grpc_requests copied to clipboard

python grpc reflaction client

Results 4 grpc_requests issues
Sort by recently updated
recently updated
newest added

Somehow the latest release does not have the change to remove click: https://github.com/spaceone-dev/grpc_requests/compare/v0.1.1...master

bug

Allow each client to have a separate descriptor_pool. In this case, when connecting multiple servers, certain versions of protobuf differ from server to server to prevent possible errors. In addition,...

enhancement

**Describe the solution you'd like** when ERROR_GRPC_CONNECTION raise client is kill

**Describe the bug** Descriptor does not contain serialization error, when using alpine versions of python **To Reproduce** Steps to reproduce the behavior: 1. ``` from grpc_requests import Client client =...

bug
question