mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
ef46367fa3
Instead of relying on then() callbacks which may not fire correctly, poll the adopted promise state directly using Swoole Coroutine::sleep for proper yielding. Each promise is waited on in its own coroutine. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>