ttrpc: end to end timeout support
Open
- Dominant language
- Go
- Stars
- 664
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
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).
- [x] Context timeout propagation across network boundary.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.