Exemplo n.º 1
0
 /**
  * Start the transport
  */
 public function start($startLoop = true)
 {
     $this->transportProvider->startTransportProvider($this, $this->loop);
     if ($startLoop) {
         $this->loop->run();
     }
 }
Exemplo n.º 2
0
 /**
  *
  */
 public function run()
 {
     $this->reactLoop->run();
 }
Exemplo n.º 3
0
 /**
  *
  */
 public function run()
 {
     $this->loop->run();
 }
Exemplo n.º 4
0
 /**
  * @return Client
  */
 public function run() : Client
 {
     $this->loop->run();
     return $this;
 }