mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
9ed02eb194
Replace WaitGroup-based promise waiting with adapter's wait() method which properly runs the deferred task queue. The previous implementation would hang indefinitely because the queue was never processed, causing the WaitGroup callback to never be called. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>