-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix: file already in use error during unzip #695
Conversation
@heinzbeinz, thanks for your PR! By analyzing the annotation information on this pull request, we identified @develar to be a potential reviewer |
I am sure that |
Here is the stacktrace: Extracting archive: C:\Users$user.cache\winCodeSign\530-156c59193f4-1.7z
|
|
Do you get this error often or only once? |
I got the error repeatedly. But currently I dont't get it, but my coworker does. |
If you think that |
Thanks for spotting. |
I got an error in Windows during 7zip invokation (The process cannot access the file because it is being used by another process). I changed the finish stream event to close to ensure that the file descriptor is closed after download.