mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
Livestatus\Connection: one more comment
This commit is contained in:
parent
aaec1b84bf
commit
b6464c5d83
@ -431,6 +431,9 @@ if ($col > $size - 1) return $res;
|
|||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Try to cleanly close the socket on shutdown
|
||||||
|
*/
|
||||||
public function __destruct()
|
public function __destruct()
|
||||||
{
|
{
|
||||||
$this->disconnect();
|
$this->disconnect();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user