Dmitry Novikov

Results 1 issues of Dmitry Novikov

Probably the example service should be. ``` service EchoService { rpc Echo(stream EchoRequest) returns (stream EchoResponse) { option (google.api.http) = {get: "/echo"}; } rpc Stream(Empty) returns (stream EchoResponse) { option...