Differential commits

Hi,
is there any plan to have differential commits? Every time I push to speckle, everything is pushed again, i.e. both the models that have changed, but also the models that have not changed. This is not happening in Git and the push pull is much faster.

Best,
Dimitrios Ververidis @PrismArch

Hi @Dimitrios.Ververidis, theoretically, if you use the .NET SDK, that does not happen - we do object level diffing in the background, and send over the wire only what’s needed!

We’d need a bit more context to understand where this is coming from, namely what software connector/what sdk version!