appwrite/sdk-generator

๐Ÿ› Bug Report: FLUTTER SDK Realtime reconnection working with Android and IOS, but not working for macOS and windows.

Opened this issue ยท 2 comments

๐Ÿ‘Ÿ 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?

The realtime connection on Flutter web is also very unreliable.

@puntiz can you please provide more specific information? What exactly are you seeing on Flutter for web? Can you provide step to reproduce the issues?