-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Engines - Server Integration
-
Fully Compatible
-
SESIBananaBalsara 2026-09-08
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The most clear understanding we have from LS is that pali should start the "send" timer before the grpc write, this has the effect of counting network issues against send-to-commit (rather than generate-to-send).
For this reason we should move the markSent() up to where onSent() is called. As a simplification we move the actual onSent calls into their respective providers, which is where the other onGenerate/onCommit/onMaterialized are called from.