We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 5e7c001 commit 9b32c96Copy full SHA for 9b32c96
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