Remplace toute la couche SignalR par une connexion Socket.IO directe au serveur Python (port 8004). Auth au handshake, reconnexion native illimitée, terminaux via REST GET /terminals. - socketio-adapter.js : connect/logoff/disconnect, events login_ok/login_error - main.js : initializeSocketIO, health check net.request, terminaux REST - renderer.js : IPC signalr-status → server-status - config.json : clé socketio (plus signalR) - Version 2.0.0
7 lines
102 B
JSON
7 lines
102 B
JSON
{
|
|
"socketio": {
|
|
"serverUrl": "http://10.90.20.201:8004",
|
|
"serviceProvider": "RDVPREM"
|
|
}
|
|
}
|