-
Notifications
You must be signed in to change notification settings - Fork 208
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
[Bug] Windows locks executing files #7
Comments
Sorry, I didn't add the Windows support so I'm unable to help!
|
@krzysztofantczak Windows locks executing files, so I don't know an easy solution. Maybe same black-magic dancing with renames and copies could work:
(AFAIK now steps 1, 2, 5 are in action). |
Moving a file is impossible, but it is possible to rename the running file. Solving this would always requiring restarting the process.
|
Problems solved( But, there is another problems , the go(1.18) is not support for |
Hi,
It seems that something is wrong with the way it works under windows. When its trying to move a file:
Any ideas how can i fix it?
The text was updated successfully, but these errors were encountered: