Hi
I have a p2p ipad network, only one of the devices (server) have connection to the sync gateway (defined using bonjour). So multiple ipads do p2p connection to the ipad server, but I'm having this error
"WARNING: CBL_Puller[
http://10.10.3.227:59840/holamundo]: Unable to save remote checkpoint: Error Domain=CBLHTTP Code=409 "409 conflict" UserInfo=0x7b7e7460 {NSURL=
http://10.10.3.227:59840/holamundo/_local/d387bdd0bf3a2474eb4d62e63e76744e647bb158, NSLocalizedFailureReason=conflict, NSLocalizedDescription=409 conflict"
I understand that this error means that several replications with the same configuration are running at the same time but I think that in my scenario is necessary. Is any workaround to handle this conflict?
P.S I'm using Native Couchbase Lite (Objective-c)
Regards!