This commit is contained in:
Baobhan Sith
2025-05-15 20:18:34 +08:00
parent 0ce9f27fc6
commit 23d5ba7ac6
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ export function initializeConnectionHandler(wss: WebSocketServer, sshSuspendServ
}));
console.log(`[WebSocket Handler][SSH_SUSPEND_RESUME_REQUEST] 已发送 ssh:connected 给 ${newFrontendSessionId}`);
}
// +++ 结束新增 +++
const responseNotification: SshSuspendResumedNotification = { // 确保变量名不冲突且类型正确
type: 'SSH_SUSPEND_RESUMED_NOTIF', // 改回与前端和新类型定义一致