sim offline and assert offline support

This commit is contained in:
Bel LaPointe
2021-02-28 01:44:45 -06:00
parent 6670a6de6c
commit 8feeceffe4
2 changed files with 16 additions and 5 deletions

View File

@@ -1337,6 +1337,8 @@
syncCacheWithPrimary()
{
if (this.pendingSyncCount())
return;
this.syncAWithB(this.cache(), this.primary());
}