1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-12 09:42:50 -05:00

Merge xmrig v6.22.1 into master

This commit is contained in:
MoneroOcean
2024-10-23 18:16:56 +03:00
37 changed files with 909 additions and 351 deletions

View File

@@ -200,7 +200,7 @@ void xmrig::OclWorker::start()
std::this_thread::yield();
}
if (!consumeJob()) {
if (isReady() && !consumeJob()) {
return;
}
}