Xiaodong Wang

Results 1 issues of Xiaodong Wang

This is my personal opinion, I feel if the Client stub & server ImplBase are organized in this way: ``` interface Greeter { suspend fun sayHello(request: HelloRequest): HelloReply } class...