diff --git a/Abstracts/AsyncServer.php b/Abstracts/AsyncServer.php index adc000e..05d6994 100644 --- a/Abstracts/AsyncServer.php +++ b/Abstracts/AsyncServer.php @@ -133,7 +133,7 @@ class AsyncServer implements ServerInterface $this->onEventListen($this->server, Config::get('server.events', [])); $this->onEventListen($this->server, $config->events); - $this->container->set(ServerInterface::class, $this->server); +// $this->container->set(ServerInterface::class, $this->server); }