I am in the process of upgrading from 1.0.4 to 1.1. The replication process
works fine with 1.0.4 but with 1.1, I get kCBLReplicationOffline.
I am using websockets for pull/push. Has the process changed for 1.1?
Current code:
pull = [_database createPullReplication:_remoteURL];
pull.continuous = YES;
pull.customProperties = @{@"websocket": @0};
push = [_database createPushReplication:_remoteURL];
push.continuous = YES;
push.customProperties = @{@"websocket": @0};
--
You received this message because you are subscribed to the Google Groups
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/mobile-couchbase/4f9fa3c3-3579-43a8-a15c-c1c8dc3c746a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.