Description
The packages/core/src/session/ directory has minimal test coverage for error paths -- particularly SessionClosedError handling and reconnection logic.
Expected behavior
Each exported function in session/ should have at least a happy-path and error-path test.
Files to cover
packages/core/src/session/session.ts
packages/core/src/session/events.ts
Priority
medium
Description
The
packages/core/src/session/directory has minimal test coverage for error paths -- particularly SessionClosedError handling and reconnection logic.Expected behavior
Each exported function in session/ should have at least a happy-path and error-path test.
Files to cover
packages/core/src/session/session.tspackages/core/src/session/events.tsPriority
medium