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
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...