Console shows the connections after clients `subscription.close()` (Swift, React)
- 0
- Web
- Apple
- Realtime
Run on Cloud Beta. On the client side, use the latest versions of SDKs for Apple and Web. After closing the subscription, the client stops receiving updates, but the console shows it's still on the wire.
how long after?
I'm not sure about the web version, but on iOS, it remains open until the app is sent to the background.
And then it drops right away?
Recommended threads
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...