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

Add support for hackney async once & stream_next/1 #189

Merged
merged 1 commit into from
Nov 6, 2016

Conversation

bakkdoor
Copy link
Contributor

@bakkdoor bakkdoor commented Nov 3, 2016

This will prevent the calling process to be overwhelmed with messages
and lets it decide when to get the next async message from hackney / HTTPoison.

This will prevent the calling process to be overwhelmed with messages
and lets it decide when to get the next async message from hackney.
@edgurgel
Copy link
Owner

edgurgel commented Nov 4, 2016

I like it! And this could be the first building block for a nice implementation using GenStage for example. Thank you! I will give it a go this weekend! 👍

@edgurgel edgurgel merged commit c004b8d into edgurgel:master Nov 6, 2016
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