[grpc-io] how do I write tests for my gRPC server? (Python)

2018-12-09 Thread avinash
Let's say I have a simple proto: service HelloService { rpc SayHello(HelloReq) returns (HelloResp) {}; } message HelloReq { string Name = 1; } message HelloResp { string Result = 1; } and my SayHello is implemented like: class

[grpc-io] Support for hedging

2018-12-09 Thread David M
Which release will have a support for hedging ? Below is the merged PR which , I believe, added hedging: https://github.com/grpc/grpc-java/pull/4791 Thanks! -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and