containerd / ttrpc

GRPC for low-memory environments
Apache License 2.0
559 stars 80 forks source link

ttrpc: end to end timeout support #3

Open stevvooe opened 6 years ago

stevvooe commented 6 years ago

Support for timing out method calls and other operation on the connection isn't really present. We'll need to add this to be more production ready.

This includes the following:

stevvooe commented 5 years ago

@cpuguy83 You made a PR that added this. Was that enough?

cpuguy83 commented 5 years ago

We have request level timeouts through context propagation, but connection/read timeouts not so much.