This commit is contained in:
Daniel Legt 2022-06-07 02:04:21 +03:00
parent 796a3b07c4
commit becbf30752
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ class PadSocket {
function onFail() { function onFail() {
updateStatus(`Connection Failed`, `text-dangerous`); updateStatus(`Connection Failed`, `text-dangerous`);
setTimeout( connectSocket , 1000);
} }
// Try and reconnect on failure // Try and reconnect on failure