This commit is contained in:
Jeremy Zhang 2019-10-30 22:23:35 -07:00
parent f9ef4569f4
commit 6a9f6384f2

View File

@ -2133,8 +2133,8 @@
socket.on("disconnect", function () {
setTimeout(function () {
if (soccket) {
soccket = null;
if (socket) {
socket = null;
initiate_websockets();
}
}, 500);