Issue #12: implement session manager and registry #68

Merged
dohertj2 merged 1 commits from agent-3/issue-12-implement-session-manager-and-registry into main 2026-04-26 17:34:20 -04:00
Owner

Summary

  • add gateway session state/registry types and SessionManager orchestration
  • wire session services into gateway startup
  • add focused lifecycle tests for ready gating, idempotent close, open failure cleanup, lease cleanup, and shutdown cleanup
  • document the implemented session manager behavior

Verification

  • dotnet build src\MxGateway.sln
  • dotnet test src\MxGateway.Tests\MxGateway.Tests.csproj --no-build --filter FullyQualifiedName~SessionManagerTests
  • dotnet test src\MxGateway.sln --no-build
## Summary - add gateway session state/registry types and SessionManager orchestration - wire session services into gateway startup - add focused lifecycle tests for ready gating, idempotent close, open failure cleanup, lease cleanup, and shutdown cleanup - document the implemented session manager behavior ## Verification - dotnet build src\MxGateway.sln - dotnet test src\MxGateway.Tests\MxGateway.Tests.csproj --no-build --filter FullyQualifiedName~SessionManagerTests - dotnet test src\MxGateway.sln --no-build
dohertj2 added 1 commit 2026-04-26 17:33:42 -04:00
dohertj2 merged commit 5511609880 into main 2026-04-26 17:34:20 -04:00
Sign in to join this conversation.