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