-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: use unary RPCs instead of server-side streaming (#19)
Problem: server-side streaming does not actually change anything related to connection management (gRPC manages one long-lived HTTP/2 connection for all RPCs). Therefore, unary RPCs are simpler and a better fit.
- Loading branch information
Olivier Desenfans
authored
Nov 28, 2023
1 parent
f7a5428
commit fe41308
Showing
3 changed files
with
20 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters