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

Disconnections do not fail futures for pending requests #80

Open
fractaloop opened this issue Apr 30, 2014 · 1 comment
Open

Disconnections do not fail futures for pending requests #80

fractaloop opened this issue Apr 30, 2014 · 1 comment

Comments

@fractaloop
Copy link
Contributor

In the the event of a disconnection, pending request Futures should be failed with a disconnection exception. Right now they will just hang until the timeout expires.

I'm not familiar with the TcpPipelineHandler and it's workings. Is this possible?

@guersam
Copy link
Collaborator

guersam commented May 26, 2014

It seems possible; however, as Akka IO pipeline has been removed and the pending requests fail eventually, it'd be better to wait until akka-stream lands, so that I can rewrite the TCP pipeline taking this into account.

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