Attempt to catch Sending we got an EXCEPTION when in maintenance mode
This commit is contained in:
parent
176ecb16a8
commit
db8475053c
@ -177,8 +177,8 @@ final class Binkp extends BaseProtocol
|
|||||||
|
|
||||||
$this->msgs(self::BPM_BSY,'RETRY 0600: Down for maintenance, back soon...');
|
$this->msgs(self::BPM_BSY,'RETRY 0600: Down for maintenance, back soon...');
|
||||||
|
|
||||||
while ($this->tx_left || $this->mqueue->count())
|
// @note Sometimes the remote drops the connection when we send the busy
|
||||||
$this->binkp_send();
|
while (($this->tx_left || $this->mqueue->count()) && $this->binkp_send()) {}
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user