mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-31 01:09:18 +02:00
More solutions for WS reconnect on unstable connection
This commit is contained in:
+1
-1
@@ -290,7 +290,7 @@ function sendPingRequest() {
|
|||||||
console.warn('Ping request failed');
|
console.warn('Ping request failed');
|
||||||
$('#current-ping').text(`Ping: unknown`);
|
$('#current-ping').text(`Ping: unknown`);
|
||||||
if (!pingTimeLimit) { // Force reconnection as WebSocket could be unresponsive even though it's reported as OPEN
|
if (!pingTimeLimit) { // Force reconnection as WebSocket could be unresponsive even though it's reported as OPEN
|
||||||
window.socket.close(1000, 'Normal closure');
|
if (messageLength === 0) window.socket.close(1000, 'Normal closure');
|
||||||
if (connectionLost) sendToast('warning', 'Connection lost', 'Attempting to reconnect...', false, false);
|
if (connectionLost) sendToast('warning', 'Connection lost', 'Attempting to reconnect...', false, false);
|
||||||
console.log("Reconnecting due to high ping...");
|
console.log("Reconnecting due to high ping...");
|
||||||
pingTimeLimit = true;
|
pingTimeLimit = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user