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
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...