This commit is contained in:
Marcel Pociot
2020-05-03 22:10:34 +02:00
parent 7d0a570d85
commit 7821a2f172
6 changed files with 69 additions and 45 deletions

View File

@@ -51,4 +51,9 @@ class ControlConnection
],
]));
}
public function close()
{
$this->socket->close();
}
}