作者 karlet

feat:httpserver支持stop

... ... @@ -55,4 +55,8 @@ class SimpleServerCoroutine
{
$this->httpServer->start();
}
public function stop()
{
$this->httpServer->shutdown();
}
}
... ...