Damien Dussart
Damien Dussart
Occasionally during the sync process using SqlSyncChangeTrackingProvider I encounter the error: Newtonsoft.Json.JsonSerializationException: 'Unexpected end when deserializing array. Path 't[0].c[69].t', line 1, position 2048.' It is happening in LocalJsonSerializer.cs at the...
I am getting an error with the message below when calling SyncAgent.SyncrhonizeAsync(). I am using the [ASP.NET Core Web Proxy](https://dotmimsync.readthedocs.io/Web.html#simple-scope) and [handling conflicts from the client side](https://dotmimsync.readthedocs.io/Conflict.html#handling-conflicts-from-the-client-side). The exception doesn't...