Enable gRPC deadlines in Client/Server
ryanolson opened this issue · 1 comments
ryanolson commented
We don't do a good job of checking gRPC deadlines as outlined in this blog post:
https://grpc.io/blog/deadlines
kpedro88 commented
Just wanted to comment that support for deadlines (from the client side) is very important for the async callback mode (which seems to be an active area of development). Even the simple example code at simple_callback_client.cc will hang if one of the requests doesn't come back.