mirror of
https://github.com/ShaYmez/allmon2-last-heard.git
synced 2025-09-15 04:57:47 -04:00
Add failure conditions for connection to allmon
This commit is contained in:
parent
a4fe497a92
commit
6b5c372eff
@ -100,7 +100,7 @@ class Stream
|
|||||||
|
|
||||||
if (!$this->stream) {
|
if (!$this->stream) {
|
||||||
$this->appendToStreamOutput($this->timeFormatted() . " rpt0000 KEYED [via 0000] [WINSystem Allmon Connection Failed]");
|
$this->appendToStreamOutput($this->timeFormatted() . " rpt0000 KEYED [via 0000] [WINSystem Allmon Connection Failed]");
|
||||||
sleep(5);
|
sleep(120);
|
||||||
$this->streamLoop();
|
$this->streamLoop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user