Beispiel #1
0
 /**
  * Called when the request starts sleep
  * @return void
  */
 public function onSleep()
 {
     Daemon::$req = null;
     Daemon::$context = null;
     $this->running = false;
     Daemon::$process->setState(Daemon::WSTATE_IDLE);
 }