Skip to:
For the POST request, _replicate, there are two modes, continuous and one-shot.
When "continuous == true", we respond asynchronous, that is, responding with OK right away indicating the request is received.
When "continuous == false", we pause and wait for the replication to complete (Stopped) and then respond. In this case, "ws:" may hang.
To repro, refers to .
Build couchbase-lite-net-3.0.0-105 contains couchbase-lite-core commit 5d9539f with commit message:Handle client connections in separate threads. (#1224)
Build couchbase-lite-android-3.0.0-170 contains couchbase-lite-core commit 5d9539f with commit message:Handle client connections in separate threads. (#1224)
Build couchbase-lite-java-3.0.0-170 contains couchbase-lite-core commit 5d9539f with commit message:Handle client connections in separate threads. (#1224)
Build couchbase-lite-net-3.0.0-102 contains couchbase-lite-core commit 5d9539f with commit message:Handle client connections in separate threads. (#1224)
Build couchbase-lite-c-3.0.0-108 contains couchbase-lite-core commit 5d9539f with commit message:Handle client connections in separate threads. (#1224)
For the POST request, _replicate, there are two modes, continuous and one-shot.
When "continuous == true", we respond asynchronous, that is, responding with OK right away indicating the request is received.
When "continuous == false", we pause and wait for the replication to complete (Stopped) and then respond. In this case, "ws:" may hang.
To repro, refers to .