mirror of https://github.com/grpc/grpc-java.git
A call's timeout as specified in its metadata should be set depending on the deadline of the call's context. If a call has an explicit deadline set (through CallOptions), then the smaller deadline (from context and call options) should be used to compute the timeout. Also, a new method Contexts.statusFromCancelled(Context) was introduced that attempts to map a canceled context to a gRPC status. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||