Fixed: were sending out of date size info on commit
Because we were computing the size info in the commit callback, which might be before before the inderlying data were committed. This caused the computation to be wrong in some cases. Instead we get and send the size information after committing.
Showing
Please register or sign in to comment