mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
0a840ef80f
WebSocket receive() consumes a fresh message on each call, so retrying inside assertEventually desynchronizes subsequent assertions instead of re-checking the same message. Keep the increased socket timeout to tolerate slow connections, but use direct receive() calls again to stay consistent with RealtimeConsoleClientTest::testManualAuthentication. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>