ваше сообщение коммита

This commit is contained in:
2025-09-30 00:23:37 +03:00
parent ca718e3178
commit 4b03951b31
77 changed files with 17161 additions and 7255 deletions

View File

@@ -96,6 +96,9 @@ function initWSS(server) {
wsClients.delete(userId);
}
}
// Удаляем клиента из deploymentWebSocketService
deploymentWebSocketService.removeClient(ws);
});
ws.on('error', (error) => {
@@ -494,7 +497,7 @@ function broadcastDeploymentUpdate(data) {
}
});
console.log(`📡 [WebSocket] Отправлено deployment update: ${data.type || 'unknown'}`);
console.log(`📡 [WebSocket] Отправлено deployment update: deployment_update`);
}
// Функция для уведомления об обновлениях модулей