grpc-java/core/src
Eric Anderson 0eae0d9264 Make DEADLINE_EXCEEDED more reliable
The client can race with the server in cancelling due to deadline. If
server cancels we don't get DEADLINE_EXCEEDED, so double-check on
client-side to reduce the chances of losing the race.

Generally we expect the client to lose the race because of coarse timer
granularity for timer expirary. This change does little to help if the
server's clock runs noticably "fast" relative to the client.
2015-07-22 09:30:41 -07:00
..
main/java/io/grpc Make DEADLINE_EXCEEDED more reliable 2015-07-22 09:30:41 -07:00
test/java/io/grpc Specify locale for toLowerCase in Metadata 2015-07-21 16:56:00 -07:00