mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +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:
parent
a07c6aa22a
commit
c4dda9070e
@ -444,10 +444,10 @@ MQTT2_SERVER_sendto($$$$)
|
||||
MQTT2_SERVER_calcRemainingLength(2+length($topic)+length($val)).
|
||||
pack("n", length($topic)).
|
||||
$topic.$val);
|
||||
}
|
||||
last; # send a message only once
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sub
|
||||
MQTT2_SERVER_terminate($$)
|
||||
|
Loading…
Reference in New Issue
Block a user