Hi,
I am developing an application and all applications must have the same data. Following example is getting failed sometimes but not every time.
Application A is sending data and application B is just showing data. But Sometimes when application A is sending data but Application B still showing old data. Here I a attached mobile lite logs also.
Here are my configurations
couchbase-server-enterprise_5.5.0-ubuntu16.04_amd64
couchbase-sync-gateway-enterprise_2.0.0_x86_64.deb
** CouchbaseLite-Swift-Enterprise 2.0.3**
{
"log": ["*"],
"databases": {
"stores": {
"server": "http://localhost:8091",
"bucket": "stores",
"username": "adminusername",
"password": "password",
"allow_conflicts":false,
"users": {
"GUEST": {
"disabled": false,
"admin_channels": ["*"]
}
}
}
}
}
Application A log 1:
Application A log 2:
Application B log 1:
Application B log 2:
- Please let me know, Where i did mistake?
- Is there anyway, how to find, what is document data based on revision id?