Replies: 1 comment 7 replies
-
|
Hard to know without seeing your code. Are you doing it after the exit callback is called? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before asking this question I wanted to make sure my approach to using uv_fs_unlink() and uv_fs_rename() is correct (#5098).
I'm working on an application where I use uv_spawn() to convert video files. When the uv_spawn() finishes I call uv_fs_unlink() and uv_fs_rename(). In 99% of the cases this works fine but once in a while I get a "resource busy or locked" error and I'm trying to figure out how to solve this.
Before posting my code, I'm curious if someone might know what could cause this and if there is a way to work around this?
Beta Was this translation helpful? Give feedback.
All reactions