This may be a CBL replicator bug. I’m guessing what happens is that the replicator is told to stop while it’s halfway through sending a blob, and when it closes the connection it looks like the blob is finished, so SG just saves what it received so far. Instead it needs to indicate that the upload failed, so SG will throw away the received data.
1 Like