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 () { socket.on("disconnect", function () {
setTimeout(function () { setTimeout(function () {
if (soccket) { if (socket) {
soccket = null; socket = null;
initiate_websockets(); initiate_websockets();
} }
}, 500); }, 500);