reload page is WS connection failure
This commit is contained in:
@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user