react-native-cbl
react-native-cbl copied to clipboard
listview gets out of sync after a while (iOS only)
Repro:
- run sample on side-by-side android and ios emulators sync'ing through a remote gateway
- add some items
- leave iOS emulator untouched for 10 min
- delete an item on android
- list on iOS doesn't autoupdate until restarting the app
Update: I was able to repro on iOS consistently, but I think I saw once android side going out of sync but couldn't repro.
The first thing I would check is log in xcode. Couchbase Lite provides very verbose log in development mode. So please check if there are any errors there.