Realtime when no event in 2 minutes, then try to trigger it again but it failed
- 0
- Realtime
- Cloud
I am testing around the Realtime this time. In this case, I observe that when my screen awake around few minutes maybe 2 above. So when I trying to send a message so it is expected that the Realtime in this screen must be triggered. Unfortunately it did not trigger the realtime. Please observe the thread below.
This is the another thread that I investigate the realtime quality: https://discord.com/channels/564160730845151244/1256920310842785877
So in this video when I send a message in instant after opening the screen so it actually expected that the Realtime is working.
In this video after 2 minutes the realtime does not trigger. Another thing if you observe in the last few minutes before the video end. I tried to navigate back so that I can see again my post if working. While I do that I observe the number of Realtime Connections:
- When I go back to navigation. It is expected the count of Realtime Connection in console it must decrease. But this time it didnt. It is weird that recently I just tested out the Bugs on decrease of realtime connection in console. You can redirect to this thread: https://discord.com/channels/564160730845151244/1256920310842785877
- So when I go back again to the Report Screen. It just creating a new Realtime Connection why?
Recommended threads
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- New Build not visible on Domain
I pushed some new code to my Appwrite Site and the build succeeded and is shown as active. Yet, I can only see the new version of the site on Appwrite's provide...