diff --git a/Server.php b/Server.php index b53b60c..a5fd186 100644 --- a/Server.php +++ b/Server.php @@ -54,7 +54,7 @@ class Server extends HttpService * @throws Exception */ public function __construct(public State $state, - public CoroutineServer $manager, + public AsyncServer $manager, public ContainerInterface $container, public ProcessManager $processManager, public EventDispatch $dispatch,