Add auto-request to ClientCall/ServerCall
Open
enhancement
- Dominant language
- Java
- Stars
- 12.1k
- Forks
- 4k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 37
Description
One of the main downfalls of using ClientCall/ServerCall directly is that you then have to call request(1) after each message. It would be easy to add the auto-request behavior as an opt-in feature. We could then change the async stub to use this feature.
Contributor guide
Assessment
This issue has not been assessed yet.