mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix coroutine HTTP startup
This commit is contained in:
+3
-1
@@ -553,4 +553,6 @@ $swooleAdapter->onRequest(function ($utopiaRequest, $utopiaResponse) use ($files
|
||||
}
|
||||
});
|
||||
|
||||
$swooleAdapter->start();
|
||||
\Swoole\Coroutine\run(static function () use ($swooleAdapter): void {
|
||||
$swooleAdapter->start();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user