Hi,
Iam using FileSyncProvider to sync multiple folders concurrently i.e., pull files from a single source on the server to a folder on multiple clients. Currently Iam using to sync files from the server to 2 client simultaneously and I get the below error.
{"The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)":null}
System.Exception {System.IO.FileLoadException}
This error is not on the metadata file, but on the file that Iam syncing. This typically happens when the files are huge. How can I resolve the problem? Is there a way wherein I can retry syncing ONLY the same file?
Any response will be great. Thanks in advance.