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:
@@ -424,7 +424,7 @@ MQTT2_SERVER_Read($@)
|
||||
}
|
||||
|
||||
# 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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user