Develop #1

Merged
Meraj merged 3 commits from develop into main 2026-08-01 00:48:54 +00:00
Showing only changes of commit 3f0342ef88 - Show all commits
+6
View File
@@ -58,6 +58,12 @@ public class ProgressMonitor implements Runnable {
// TODO: // TODO:
// If all chunks are completed, print a final message and exit the loop // If all chunks are completed, print a final message and exit the loop
if (completedChunks == chunks.size())
{
System.out.println("Progress Monitor: All chunks successfully downloaded. Exiting monitor thread.");
break;
}
try { try {
Thread.sleep(monitorDelayMs); Thread.sleep(monitorDelayMs);