mirror of https://github.com/grpc/grpc-java.git
It was not convenient to test in some scenarios without having a field in the message. All `SimpleResponse` messages were `equals` to each other. Users might not want to assume reference identity/inequality between server and client for equal/unequal messages even for InProcess. Even with reference identity, it would still be inconvenient if their were hundreds of messages. To have a non-proto based String to String service instead is another solution, but the usefulness of this proto based service would still be too limited. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||