-
Notifications
You must be signed in to change notification settings - Fork 645
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
Lazy source and flow #1557
Lazy source and flow #1557
Conversation
The origin PR has been merged. This now needs a rebase. |
@2m Rebased. |
@ennru - I think |
Change LGTM. The formatter needs to be ran so Travis is pleased. Also Scala 2.11 needs to be pleased as well where |
The binding and connection flows were not living up to their contract whereupon they should be re-usable. This commit fixes that.
I'm unsure what you're referring to re. the formatter... I see that https://travis-ci.org/akka/alpakka/jobs/502859776 failed, but not because of formatting. I've replaced |
Sorry, did not into why the formatter job has failed. Thats right, only Scala 2.11 fix needed here. |
No probs. 2.11 should now be happy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The binding and connection flows were not living up to their contract whereupon they should be re-usable. This PR fixes that.
The PR has been inspired by the findings of Lunfu Zhong (@zhongl) and his PR: #1552.