This commit is contained in:
Marcel Pociot
2020-05-03 22:35:22 +02:00
parent 0325162718
commit f0accd908d
3 changed files with 16 additions and 3 deletions

View File

@@ -37,7 +37,9 @@ class ControlConnection
{
$this->socket->send(json_encode([
'event' => 'setMaximumConnectionLength',
'length' => $maximumConnectionLength,
'data' => [
'length' => $maximumConnectionLength,
],
]));
}