|
@ -692,7 +692,7 @@ io.on("connection", (s) => { |
|
|
s.join(room); |
|
|
s.join(room); |
|
|
console.log("joining rooom", s.rooms); |
|
|
console.log("joining rooom", s.rooms); |
|
|
console.log(room + " created "); |
|
|
console.log(room + " created "); |
|
|
curRoom = room; |
|
|
// curRoom = room;
|
|
|
// });
|
|
|
// });
|
|
|
} |
|
|
} |
|
|
}, 30000); |
|
|
}, 30000); |
|
|