🐛 fix room full handling

main
Vincent ASTOLFI 8 months ago
parent fc98c8c49a
commit 21e7cc6509

@ -213,6 +213,7 @@ io.on("connection", (socket) => {
status: false,
message: "Room is full"
})
return
}
callack({

Loading…
Cancel
Save