Removed GC Collector

This commit is contained in:
Shoghi Cervantes Pueyo 2012-12-29 19:12:38 +01:00
parent 9cd5a0c030
commit 04c3229835

View File

@ -44,8 +44,6 @@ class ConsoleAPI{
$this->loop->stop = true;
$this->loop->notify();
$this->loop->join();
unset($this->loop);
gc_collect_cycles();
}
public function defaultCommands($cmd, $params){