fix: address review-work round 6 findings (dispose isolation, event dispatch, disconnectedSessions ref-counting)
This commit is contained in:
@@ -25,6 +25,7 @@ function createState(): SkillMcpManagerState {
|
||||
cleanupHandlers: [],
|
||||
idleTimeoutMs: 5 * 60 * 1000,
|
||||
shutdownGeneration: 0,
|
||||
inFlightConnections: new Map(),
|
||||
}
|
||||
|
||||
trackedStates.push(state)
|
||||
|
||||
Reference in New Issue
Block a user