etebase-js
etebase-js copied to clipboard
Issues with .subscribeChanges in React Native application
Calling .subscribeChanges in my React Native application throws error "Offset is outside the bounds of the DataView". For further reference I'm using a self-hosted instance of Etebase server.
Maybe I'm missing a specific resource/guide to get real time subscriptions working? I was initially getting an error stating I needed to set up Redis, which I did, but now I'm getting this error. I couldn't find any docs/guides on needing to get Redis set up or any other steps needed to get real time subscriptions working.