Total/Progress Callback's reverse behavior between compression and decompression operations #258
Replies: 1 comment 2 replies
-
Hi, sorry for the late reply! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that during the decompression operation, the Progress Callback is first called to return the total size, and then the Total Callback is called multiple times to return the decompression progress. Is this expected and designed? (bit7z v4.0.8 msvc2022_x64 from GitHub Release)
Beta Was this translation helpful? Give feedback.
All reactions