mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
00_MQTT2_SERVER.pm: fix ignoring second logmessage (Forum #115834)
git-svn-id: https://svn.fhem.de/fhem/trunk@23167 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2af66863b1
commit
859c82e9cb
@ -92,7 +92,7 @@ MQTT2_SERVER_keepaliveChecker($)
|
|||||||
$msgName .= "/".$cHash->{cid} if($cHash->{cid});
|
$msgName .= "/".$cHash->{cid} if($cHash->{cid});
|
||||||
CommandDelete(undef, $clName);
|
CommandDelete(undef, $clName);
|
||||||
Log3 $hash, 3, "$hash->{NAME}: $msgName left us (keepalive check)"
|
Log3 $hash, 3, "$hash->{NAME}: $msgName left us (keepalive check)"
|
||||||
if(!$hash->{isReplaced});
|
if(!$cHash->{isReplaced});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
InternalTimer($now+10, "MQTT2_SERVER_keepaliveChecker", $hash, 0);
|
InternalTimer($now+10, "MQTT2_SERVER_keepaliveChecker", $hash, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user