public function __construct()
 {
     parent::__construct(2);
 }
 public function run()
 {
     $this->createSocketListener();
     parent::run();
 }