
i have created a chat in flutter using realtime connection, but sometimes when a user start a chart realtime connection is not working. Is happen rarely. But when this happen user need to refresh. is there any simple way to find if a connection is active before sending a message.

Well there is a known problem with the Flutter sdk / dart sdk that it reset the connection so I would recommend you check everytime that realtime connection is being made or not and if not make it again

You can use this package app_realtime_ext

It is basically made for the Appwrite realtime
Recommended threads
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- realtime failing
Hi everyone! I'm running into a weird issue with Appwrite realtime in my chat app and was hoping someone might have some insights. I have a chat view, and whe...
- implement caching
It it possible to cache response for few minutes? I dont want to create function or implement a whole reverse server just to cache it in somewhere ?
