Merge pull request #4666 from node-red/multiplayer-2

[multiplayer] Add user presence indicators
This commit is contained in:
Nick O'Leary
2024-05-03 16:52:50 +01:00
committed by GitHub
12 changed files with 590 additions and 156 deletions

View File

@@ -69,7 +69,7 @@ module.exports = {
// Send init info to new connection
const initPacket = {
topic: "multiplayer/init",
data: getSessionsList(),
data: { sessions: getSessionsList() },
session: opts.session
}
// console.log('<<', initPacket)