One of the new features in iOS beta 3 is the use of WebSockets for the "changes 
feed" that sends change notifications from the server to the pull replication. 
This is more efficient than the "long-poll" mechanism that we used to use. But 
it's a bunch of new code on both client and server, and there may be bugs in it.

If you're upgrading to beta 3 and finding new problems with pull replications, 
you can try disabling WebSockets and see if that helps. To do so, just add a 
line like this after creating your pull replication:
        pullRepl.customProperties = @{@"websocket": @NO};
If this makes the problem go away, please file a bug report. Actually file a 
bug report even if it doesn't help, but note that you tried this.

(Please don't pre-emptively disable WebSockets if you're not seeing problems! 
The new code needs testing, and it will be worth it to have it solid in 1.0. 
It's faster, uses less bandwidth, and puts less load on the server.)

--Jens

-- 
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 mobile-couchbase+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/6BDA3CB5-BD4B-43BB-BF25-6554D94D57E6%40couchbase.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to