including improved command handling and sync status updates

This commit is contained in:
Mo Tarbin
2026-05-25 01:56:14 -04:00
parent d618a09f6d
commit b69fa34b9f
10 changed files with 183 additions and 23 deletions

View File

@@ -92,7 +92,7 @@ class SyncEngine {
} else {
// Transient network/server error - reset to pending so it retries
await commandQueue.resetPending(cmd.id)
break
throw err
}
}
}