fix(session): recover after immediate send failures (#1283)

This commit is contained in:
ben
2026-04-01 13:39:37 -07:00
committed by GitHub
parent 6820933a48
commit c688fbefb5
7 changed files with 138 additions and 7 deletions

View File

@@ -24,6 +24,7 @@
"test:events": "pnpm --filter @openwork/app test:events",
"test:todos": "pnpm --filter @openwork/app test:todos",
"test:permissions": "pnpm --filter @openwork/app test:permissions",
"test:session-error-recovery": "pnpm --filter @openwork/app test:session-error-recovery",
"test:session-scope": "pnpm --filter @openwork/app test:session-scope",
"test:session-switch": "pnpm --filter @openwork/app test:session-switch",
"test:fs-engine": "pnpm --filter @openwork/app test:fs-engine",