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

Handle multiple RPCs on the same stream #5

Open
jteplitz opened this issue Jan 31, 2017 · 2 comments
Open

Handle multiple RPCs on the same stream #5

jteplitz opened this issue Jan 31, 2017 · 2 comments

Comments

@jteplitz
Copy link
Owner

Currently we open a new TCP connection for each RPC. This works, but it's worth looking into reusing connections. We should hold off on this until we've implemented most of the protocol though because then we can see how much reuse is necessary.

@jteplitz
Copy link
Owner Author

jteplitz commented Feb 7, 2017

We'll also want an easy way to time out an RPC so we can resend it. Right now we're dependent on the TCP timeout.

@jteplitz
Copy link
Owner Author

Blocked on #7 since our current shutdown hack basically makes this impossible until we have an async server

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

1 participant