clearer WS error message

pull/255/head
zadam 2019-12-20 20:17:58 +07:00
parent 5350496ed4
commit f98fa4098f
1 changed files with 1 additions and 1 deletions

@ -172,7 +172,7 @@ function connectWebSocket() {
async function sendPing() {
if (Date.now() - lastPingTs > 30000) {
console.log(utils.now(), "Lost connection to server");
console.log(utils.now(), "Lost websocket connection to the backend");
}
if (ws.readyState === ws.OPEN) {