There was an error while loading. Please reload this page.
1 parent 285487f commit 4506320Copy full SHA for 4506320
client-src/socket.js
@@ -47,7 +47,7 @@ const socket = function initSocket(url, handlers, reconnect) {
47
log.info("Trying to reconnect...");
48
49
setTimeout(() => {
50
- socket(url, handlers);
+ socket(url, handlers, reconnect);
51
}, retryInMs);
52
}
53
});
0 commit comments