onMessage = function($connection, $data){ var_dump($data); $connection->send('get'); }; Worker::runAll();