Example #1
0
 /**
  * Set the reconnection time for the client.
  *
  * @param   int    $ms    Time in milliseconds.
  * @return  void
  */
 public function setReconnectionTime($ms)
 {
     $this->_response->writeAll('retry: ' . $ms . "\n\n");
     $this->_response->flush(true);
     return;
 }