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
feat(UvBootstrapperService): enhance download management with concurrency control
- Introduce `activeDownloads` set to track ongoing downloads and prevent concurrent downloads of the same version.
- Refactor download logic to include defensive checks ensuring no concurrent downloads occur.
- Improve error handling during region detection to default to standard UV download sources if detection fails.
- Ensure proper cleanup of `activeDownloads` set after download completion or failure.
- Enhance logging to provide clearer insights into download initiation and status.
0 commit comments