diff --git a/src/Console/Commands/StartServer.php b/src/Console/Commands/StartServer.php index 3b6aeb0..267c96f 100644 --- a/src/Console/Commands/StartServer.php +++ b/src/Console/Commands/StartServer.php @@ -108,7 +108,7 @@ class StartServer extends Command $this->configurePcntlSignal(); - $this->configurePongTracker(); + // $this->configurePongTracker(); $this->startServer(); }