This commit is contained in:
Marcel Pociot
2020-05-04 14:55:27 +02:00
parent c0ac679f49
commit f92bfbf3f7
3 changed files with 11 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ class HttpConnection
public function send($data)
{
$this->emit('data', [$data]);
$this->socket->send($data);
}