> On Dec 17, 2014, at 6:27 AM, Todd Freese <
to...@filmworkers.com> wrote:
>
> ELB does not support CBL long polling. It drops the connection after 1 min.
The iOS replicator will use WebSockets; do those work properly?
On other platforms this can be worked around on the client side by setting the _changes feed's heartbeat to 45 seconds or so. To do this, set the replicator option "heartbeat" to 45000, via Replication.customProperties or from the REST API just adding that property to the JSON body.
—Jens