mirror of https://github.com/grpc/grpc-java.git
The current check in ServerCallImpl is theoretically unsafe (#3059). Move that check into the stub, and expand the unit tests to cover other interesting edge cases on the server side: client sends one, but zero requests received at onHalfClose client sends one, but > 1 requests received at onHalfClose server sends one, but zero responses sent at onComplete server sends one, but > 1 responses sent via onNext fixes #2243 fixes #3059 |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||