For some reason, when i implement realtime api for appwrite it will always disconnect after a short period of times. Why is that?
What SDK and what version of that SDK?
"react-native-appwrite": "^0.5.0",
it will disconnect upon long inactivity
and then take several seconds to reconnect but it would create an interval where it doesnt listen to events
Can you upgrade to 0.7.2?
will that breaks any of my appwrite logic
i already using
test it
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...