๐ Bug Report: FLUTTER SDK Realtime reconnection working with Android and IOS, but not working for macOS and windows.
Opened this issue ยท 2 comments
Hopheylalal commented
๐ Reproduction steps
SDK update for Flutter appwrite/appwrite#13 fixed no reconnection for realtime. But it works for Android and iOS. For Deskop(MAC,WIN), reconnection does not work. if you don't use the application for a long time, the realtime connection is lost and is not restored. at the same time socket io works well in the same application (this means that the system does not break the connection. This is a desktop sdk problem)
๐ Expected behavior
Realtime connection should be automatically restored if the application is idle for a long time.
๐ Actual Behavior
Realtime connection is not restored when the application is idle for a long time.
๐ฒ Appwrite version
Appwrite Cloud
๐ป Operating system
Windows
๐งฑ Your Environment
No response
๐ Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
๐ข Have you read the Code of Conduct?
- I have read the Code of Conduct
puntiz commented
The realtime connection on Flutter web is also very unreliable.