This commit is contained in:
Marcel Pociot
2020-05-03 21:38:33 +02:00
parent 141412762a
commit 7d0a570d85
7 changed files with 83 additions and 13 deletions

View File

@@ -45,8 +45,10 @@ class ControlConnection
{
$this->socket->send(json_encode([
'event' => 'createProxy',
'request_id' => $requestId,
'client_id' => $this->client_id,
'data' => [
'request_id' => $requestId,
'client_id' => $this->client_id,
],
]));
}
}