2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +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:
rudolfkoenig 2020-11-16 09:10:44 +00:00
parent 2af66863b1
commit 859c82e9cb

View File

@ -92,7 +92,7 @@ MQTT2_SERVER_keepaliveChecker($)
$msgName .= "/".$cHash->{cid} if($cHash->{cid});
CommandDelete(undef, $clName);
Log3 $hash, 3, "$hash->{NAME}: $msgName left us (keepalive check)"
if(!$hash->{isReplaced});
if(!$cHash->{isReplaced});
}
}
InternalTimer($now+10, "MQTT2_SERVER_keepaliveChecker", $hash, 0);