R3alCl0ud / Rust4Diva

Mod Manager for Project Diva MegaMix +
https://rust4diva.xyz
11 stars 3 forks source link

High CPU Usage from UI_DOWNLOAD_UPDATER Thread #4

Closed R3alCl0ud closed 2 months ago

R3alCl0ud commented 2 months ago

The listener for progress on the downloads is causing extreme slowdowns as it's constantly polling for an update.

R3alCl0ud commented 2 months ago

Need to figure out a solution since doing the await causes it to not handle any of the messages until it the file is completely downloaded.