Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ttrpc: end to end timeout support #3

Open
1 of 3 tasks
stevvooe opened this issue Nov 22, 2017 · 2 comments
Open
1 of 3 tasks

ttrpc: end to end timeout support #3

stevvooe opened this issue Nov 22, 2017 · 2 comments

Comments

@stevvooe
Copy link
Member

stevvooe commented Nov 22, 2017

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:

  • Standard read timeouts on channel operations.
  • Connection timeouts (maybe at a higher level).
  • Context timeout propagation across network boundary.
@stevvooe
Copy link
Member Author

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

@cpuguy83
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants