
I discovered that the stream of connection between database and client will always close when the internet mobile data is put off. How do I auto restart that, when the data is put on or make sure that the stream of connection is consistent

You'll have to do that yourself by listening to network changes and then subscribing again

okay, any hint?

Depending on your platform, you'll have to use something like a network listener. For Android & iOS, there are already libraries out there on GitHub.

Okay, though am using Flutter for my app

Check this: https://pub.dev/packages/connectivity_plus/

I appreciate you @darShan Thanks

You're also a flutter dev?

I've used Flutter for some projects and hackathons, but have been off from it for quite some time now.

Ooo, I see
Recommended threads
- JSON and Object Support in Collection do...
I am working with Next.Js and Appwrite Cloud, I am relatively New to Appwrite but i have noticed there is no direct support of JSON and Object support in attrib...
- list() is very slow; eventually shows no...
When I use the web browser to view the collections in my database, the documents they contain are normally displayed within a few seconds. For a few days now, h...
- CSV Not Importing
We don’t seem to having any luck importing a simple .csv file. The import function acts like it’s working but no data imports or is shown in the collection The...
