react-native-cbl icon indicating copy to clipboard operation
react-native-cbl copied to clipboard

listview gets out of sync after a while (iOS only)

Open bogdant opened this issue 7 years ago • 1 comments

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.

bogdant avatar Aug 09 '18 17:08 bogdant

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.

bjornd avatar Aug 10 '18 09:08 bjornd