tensorrt-laboratory icon indicating copy to clipboard operation
tensorrt-laboratory copied to clipboard

Enable gRPC deadlines in Client/Server

Open ryanolson opened this issue 6 years ago • 1 comments

We don't do a good job of checking gRPC deadlines as outlined in this blog post: https://grpc.io/blog/deadlines

ryanolson avatar Mar 01 '19 20:03 ryanolson

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.

kpedro88 avatar Nov 15 '19 21:11 kpedro88