GUI v3.2.0

This commit is contained in:
gerlofvanek
2025-02-27 17:27:50 +01:00
parent 18a7105f20
commit b2df4ea80d
4 changed files with 5 additions and 73 deletions

View File

@@ -284,6 +284,7 @@ const WebSocketManager = {
clearTimeout(this.connectionState.connectTimeout);
this.connectionState.lastHealthCheck = Date.now();
window.ws = this.ws;
console.log('🟢 WebSocket connection established for Offers');
updateConnectionStatus('connected');
};
@@ -2755,7 +2756,7 @@ document.addEventListener('DOMContentLoaded', async () => {
timerManager.addInterval(() => {
if (WebSocketManager.isConnected()) {
console.log('🟢 WebSocket connection established');
console.log('🟢 WebSocket connection established for Offers');
}
}, 30000);