modify plugin name

This commit is contained in:
2022-06-22 10:21:56 +08:00
parent a3696c87e3
commit 8281a0fecb
+2
View File
@@ -17,6 +17,7 @@ use Psr\Log\LoggerInterface;
use Swoole\Coroutine;
use Swoole\Http\Request;
use Swoole\Http\Response;
use Swoole\Process;
use Swoole\Server;
use function Swoole\Coroutine\run;
@@ -197,6 +198,7 @@ class CoroutineServer implements ServerInterface
});
}
});
Process::wait();
}