This commit is contained in:
Brian Warren 2026-03-31 01:51:50 -05:00
parent 01a4b7747e
commit e448f9a714

View File

@ -156,4 +156,12 @@ async function startSignalR(callback) {
});
try {
await QSS_API_WRAPPER.connection.start();
console.log("Connected to ASP.NET Core SignalR!");
QSS_API_WRAPPER.type = 'core';
} catch (coreErr) {
console.error("Both SignalR connection attempts failed.", coreErr);
QSS_API_WRAPPER.type = null;
}
}
}