-
Notifications
You must be signed in to change notification settings - Fork 31
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
lz4 writer does not close properly #94
Comments
As a note, since I am using edit:
|
Thanks for the suggestion, I added |
I think it works. |
Okay cool, I'll try to make a release next week |
I'd just like to check on the status, thanks |
I'm preparing a release. I did a lot of changes before |
Related issue ouch-org/ouch#163 (comment) |
Released with |
When I use
FrameEncoder
, the last part of the file is not actually written properly:Using
lz4cat
on resulting file givesError 68: unfinished stream
.I need this boxing because I am generalizing multiple output backends with
Box<dyn Write>
. I am not sure if this is causing the issue here, butflate2
with its gzip decoder closes files properly.The text was updated successfully, but these errors were encountered: