I have a chat app built with Flutter. When I send a message, it doesn't appear immediately in the chat; instead, it waits for a real-time event from Appwrite. Specifically, the message is written to the Appwrite document, and then a real-time trigger updates the chat to show the message to everyone, including the sender. I've measured the response time, and it's typically around 490 to 600 ms, which is acceptable. However, at times, there’s a delay of 2 to 3 seconds. Is there any way to fix this?
Recommended threads
- Payload Does Not Include Attributes Link...
Hello, I'm using Appwrite's real-time subscriptions to listen for updates in the matches collection. However, when a match document is updated, the payload doe...
- Cloud Collections show 404's
I emailed appwrite support several days ago regarding one of my collections returning a 404 in the web interface. I decided to spin up a new project/database ...
- flutter oauth linux & Windows setup
Hey Team, I have failed to find clear instructions of setting up the OAuth for linux and windows. For mobile it is working so far.