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

[1.1] Handle stream completion (propagate failures) #340

Merged
merged 3 commits into from
May 11, 2019

Conversation

ignasi35
Copy link
Member

On streamed calls, once the connection is established if there's an error the error was not properly propagated.

This change introduces a mechanism so Stream Handlers use two promises: the first one is redeemed on stream starting and a second one that's redeemed when stream completes.

@ignasi35 ignasi35 merged commit f99dbb2 into playframework:1.1.x May 11, 2019
@dwijnand dwijnand changed the title Handle stream completion (propagate failures) [1.1] Handle stream completion (propagate failures) May 14, 2019
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

Successfully merging this pull request may close these issues.

2 participants