mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-09 20:57:11 +00:00
98_HTTPMOD: bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@23000 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0818cc05a2
commit
383a5087cf
@ -2553,7 +2553,7 @@ sub HandleSendQueue {
|
||||
} continue {
|
||||
shift(@{$queue}); # remove unusable first element and iterate
|
||||
}
|
||||
return if (!ReadyForSending()); # check busy and delays
|
||||
return if (!ReadyForSending($hash)); # check busy and delays
|
||||
|
||||
shift( @{$queue} ); # first element is good and will be used now, remove it from queue (after delays are ok)
|
||||
$hash->{BUSY} = 1; # queue is busy until response is received
|
||||
|
Loading…
x
Reference in New Issue
Block a user