mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Device: Continue script status loop if no response
This commit is contained in:
@@ -1170,6 +1170,9 @@ void Device::scriptStatusThreadBody()
|
||||
|
||||
const auto resp = getScriptStatus();
|
||||
|
||||
if (!resp)
|
||||
continue;
|
||||
|
||||
//If value changed/was inserted, notify callback
|
||||
if(updateScriptStatusValue(ScriptStatus::CoreMiniRunning, resp->isCoreminiRunning))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user