Hi, I'm making a Cloud Sync Engines Supports Placeholder based on CloudMirror. When the download is triggered, it will call OnFetchData and wait for data.
I want to know how to notify the client that the download has failed and it shouldn't wait anymore, if something goes wrong on the server. Should I call CfExecute? Or something else?
Thank.