reload page is WS connection failure

This commit is contained in:
Ryan Peters 2024-01-25 20:12:50 -05:00
parent fe56bd903d
commit e20e8d907f

View File

@ -9,7 +9,7 @@ function start() {
console.log('Started websocket listener');
}).catch(function (err) {
console.error(err.toString());
return alert('Connection error. Reload page.');
location.reload();
});
}