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;
|
||||
}
|
||||
|
||||
/**
|
||||
* Try to cleanly close the socket on shutdown
|
||||
*/
|
||||
public function __destruct()
|
||||
{
|
||||
$this->disconnect();
|
||||
|
|
Loading…
Reference in New Issue