-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
👟 Reproduction steps
- Create a Realtime
- Call subscribe on it
- Background the app, but have it stay in memory (e.g. go home for 10s), or turn on airplane mode, or in some other way lose internet.
👍 Expected behavior
It should either:
- Automatically attempt to reconnect the socket
- Or at least provide a way for the client to get notified of failures.
👎 Actual Behavior
AppwriteWebSocketListener.onFailure is called after 5 seconds. The stack trace is printed, but the client app does not get notified.
Because onClosing isn't called, we don't automatically go through the reconnect attempt.
🎲 Appwrite version
Version 1.8.x
💻 Operating system
Linux
🧱 Your Environment
I'm using Kotlin io.appwrite:sdk-for-android:11.4.0
👀 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels