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

use sync interface #1

Merged
merged 1 commit into from Jun 28, 2016

Conversation

Projects
None yet
2 participants
@mafintosh
Contributor

mafintosh commented Jun 28, 2016

this was failing before because the pack stream couldn't be drained when it hit max buffer. this pr fixes this by returning the pack stream right away so you can pipe it somewhere else

var pack = archiveit(archive)
pack.pipe(someOtherStream)

@karissa karissa merged commit 98156a2 into karissa:master Jun 28, 2016

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment