We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have seen this error in the past but now it is becoming more frequent. Do you have any idea what could cause this?
{ kind: BrokenPipe, error: "ZipWriter was already closed" }
This is from our cargo file:
zip = { version = "0.6", features = ["deflate","bzip2","deflate-miniz","deflate-zlib"] }
It's a mystery to me why this would happen, especially since it seems random and infrequent. Any clues would be really helpful.
The text was updated successfully, but these errors were encountered:
Does this error go away when you replace zip with zip_next?
zip
zip_next
Sorry, something went wrong.
Do you have a code pattern example ?
Do you always write/flush after calling start_file (or a variant) ?
write
flush
start_file
No branches or pull requests
We have seen this error in the past but now it is becoming more frequent. Do you have any idea what could cause this?
{ kind: BrokenPipe, error: "ZipWriter was already closed" }
This is from our cargo file:
zip = { version = "0.6", features = ["deflate","bzip2","deflate-miniz","deflate-zlib"] }
It's a mystery to me why this would happen, especially since it seems random and infrequent. Any clues would be really helpful.
The text was updated successfully, but these errors were encountered: