Added 4 RCON threads

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-22 14:29:30 +02:00
parent 1cb3e25bf9
commit d08807abaf
4 changed files with 20 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ class ConsoleAPI{
$this->loop->stop = true;
@fclose(STDIN);
$this->loop->notify();
$this->loop->join();
//$this->loop->join();
}
public function defaultCommands($cmd, $params, $issuer, $alias){