/** * @TODO DESCR */ public function onReady() { parent::onReady(); $this->client->onReady(); $this->getConnection($this->config->url->value); }
/** * Called when the worker is ready to go. * @return void */ public function onReady() { parent::onReady(); $this->WS = \PHPDaemon\Servers\WebSocket\Pool::getInstance($this->config->wssname->value, false); }