You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I always get a System.IO.IOException when trying to move the directory from InProgress to Finished: Access to the path 'C:\\Torrents\\InProgress\\[[REDACTED HASH]]' is denied.
If I restart the application and add code to move it before it tries to download them it moves the directory successfully.
I'm guessing either the SwarmClient or SwarmSession isn't releasing their resources properly.
The text was updated successfully, but these errors were encountered:
I'm trying to move finished torrents to another directory, but the folder/files are still locked after download has been completed.
I'm using this code:
I always get a
System.IO.IOException
when trying to move the directory from InProgress to Finished:Access to the path 'C:\\Torrents\\InProgress\\[[REDACTED HASH]]' is denied.
If I restart the application and add code to move it before it tries to download them it moves the directory successfully.
I'm guessing either the
SwarmClient
orSwarmSession
isn't releasing their resources properly.The text was updated successfully, but these errors were encountered: