mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
00_MQTT2_SERVER.pm: use a more verbose parameter Name (Forum #111938)
git-svn-id: https://svn.fhem.de/fhem/trunk@22594 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
475813c127
commit
b878aac893
@ -424,7 +424,7 @@ MQTT2_SERVER_Read($@)
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Allow some IO inbetween, for overloaded systems
|
# Allow some IO inbetween, for overloaded systems
|
||||||
InternalTimer(0, sub{ MQTT2_SERVER_Read($_[0],1)}, $hash,0)
|
InternalTimer(0, sub{ MQTT2_SERVER_Read($hash,1)}, $hash, 0)
|
||||||
if(length($hash->{BUF}) > 0);
|
if(length($hash->{BUF}) > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user