-
I'm getting exception when starting replication.
```
Error in handler for http://172.23.121.73:55555/replicator_start: The type initializer for 'Couchbase.Lite.Sync.HTTPLogic' threw an exception.…
-
I'm running System testing on .net and app crashes when we tries to update docs in batch. System test tried to add, 1M docs (10000docs in 100 iteration) and then update docs in both SG and CBL with co…
-
### Environment
* Version: tested on iOS 2.0.0-724
* Client OS: iOS
* sg-version : 2.0.0-823
### Steps to reproduce :
1. Move couchbaselite.swift.framework of version which you want to test …
-
Hi,
I have question about data modeling and the API of Couchbase Mobile 2.0.
I am not sure how I can achieve embedding documents as described [here](https://developer.couchbase.com/documentation/…
krema updated
6 years ago
-
Couchbase.Lite 2.0.0-db022 in .NET Standard 2.0 project, part of Xamarin Forms 2.5.0.122203 app, running iOS 11.2 in Simulator, and Windows Forms (.NET 4.7.1) on Windows 10.
I repeatedly perform a …
bdgza updated
6 years ago
-
Count method of .net returns long whereas android and iOS returns int.
- Android
```
public int getCount() {
synchronized (lock) {
return c4db != null ? (int) getC4Databa…
-
Hi,
In november 2017, I built a P.O.C. around couchbase lite 2.0, the version was the db19.
In december 2017, I started my application from scratch, an Xamarin form, c# .net standard 2.0, UWP, And…
-
The `Sec-WebSocket-Protocol` value being sent in the WebSocket handshake is currently `BLIP_3a2`. For the release we should change it to `BLIP_3`, both because it's the final version 3 of BLIP, and to…
-
We got problems with 5 large-sized documents in a pull-replication: the replication-process halted and the status remains "busy".
### Sync Gateway version
```
{
"couchdb": "Welcome",
"vendo…
-
@snej / @adamcfraser:
From the [2.0 replication spec](https://github.com/couchbase/couchbase-lite-core/blob/master/modules/docs/pages/replication-protocol.adoc#proposechanges)
> A peer not in c…