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