Beispiel #1
0
 /**
  * @TODO DESCR
  */
 public function onReady()
 {
     parent::onReady();
     $this->client->onReady();
     $this->getConnection($this->config->url->value);
 }
Beispiel #2
0
 /**
  * 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);
 }