It appears that PenumbraZipWriter.close() might not wait for all writes to finish. I tweaked the function to explicitly await on this.getSize() before this.writer.close() is called.
I think this hasn't caused issues yet because we aren't awaiting this.writer.close() (intentional)
It appears that PenumbraZipWriter.close() might not wait for all writes to finish. I tweaked the function to explicitly await on this.getSize() before this.writer.close() is called.
I think this hasn't caused issues yet because we aren't awaiting
this.writer.close()
(intentional)Related Issues
Public Changelog
[none]
Security Implications
[none]