mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +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();
|
const auto resp = getScriptStatus();
|
||||||
|
|
||||||
|
if (!resp)
|
||||||
|
continue;
|
||||||
|
|
||||||
//If value changed/was inserted, notify callback
|
//If value changed/was inserted, notify callback
|
||||||
if(updateScriptStatusValue(ScriptStatus::CoreMiniRunning, resp->isCoreminiRunning))
|
if(updateScriptStatusValue(ScriptStatus::CoreMiniRunning, resp->isCoreminiRunning))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user