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

forEachAwait memory issue #25

Merged
merged 2 commits into from Sep 26, 2017
Merged

forEachAwait memory issue #25

merged 2 commits into from Sep 26, 2017

Conversation

NeoPhi
Copy link
Contributor

@NeoPhi NeoPhi commented Sep 13, 2017

I believe that this change addresses the primary memory issue from #24

@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling b1c0ade on NeoPhi:patch-1 into 85b01f0 on leebyron:master.

@leebyron leebyron merged commit d867dbe into leebyron:master Sep 26, 2017
@leebyron
Copy link
Owner

Thanks!

})
}
return next()
return new Promise(resolve => {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are not handling rejecting as well,
this cause Unhandled promise rejection if asycIterator fails..

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch @DxCx do you think #28 will address that?

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.

None yet

4 participants