Believe we've discussed before but figured this would be easier,
When the download progress reaches 100% it appears something is getting stuck/looping in impl DownloadManager {} prior to cleanup_files() and finalize_progress().
Once in this state users also have no response when pressing "Stop Download" and the process continues endlessly holding ~100MB of something in memory in my case.

{
"state": {
"status": "Downloading",
"filesTotal": 83,
"filesTotalCompleted": 83,
"verificationTotalCompleted": 83,
"currentFileDownloaded": 0,
"currentFileTotalSize": 0,
"currentFilePath": "@Mods_AAF/Arma 3 Preset AAF WorldWar2 01Sept24.html",
"completionPercentage": 100
},
"pollingInterval": 50
}
Believe we've discussed before but figured this would be easier,
When the download progress reaches 100% it appears something is getting stuck/looping in
impl DownloadManager {}prior tocleanup_files()andfinalize_progress().Once in this state users also have no response when pressing "Stop Download" and the process continues endlessly holding ~100MB of something in memory in my case.
{ "state": { "status": "Downloading", "filesTotal": 83, "filesTotalCompleted": 83, "verificationTotalCompleted": 83, "currentFileDownloaded": 0, "currentFileTotalSize": 0, "currentFilePath": "@Mods_AAF/Arma 3 Preset AAF WorldWar2 01Sept24.html", "completionPercentage": 100 }, "pollingInterval": 50 }