2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

00_MQTT2_SERVER.pm: move last, fixing last fix (Forum #91394)

git-svn-id: https://svn.fhem.de/fhem/trunk@17926 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2018-12-09 10:23:44 +00:00
parent a07c6aa22a
commit c4dda9070e

View File

@ -444,8 +444,8 @@ MQTT2_SERVER_sendto($$$$)
MQTT2_SERVER_calcRemainingLength(2+length($topic)+length($val)).
pack("n", length($topic)).
$topic.$val);
last; # send a message only once
}
last; # send a message only once
}
}