Skip to content

Commit

Permalink
🐛 :: joinAllRoom 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
jyk1029 committed Nov 18, 2023
1 parent 112d0f4 commit 71e27e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ class SocketRoomFacade(
.stream()
.map { it }
.forEach { room ->
socketIOClient.set("room", room.id)
socketIOClient.joinRoom(room.id.toString())
socketIOClient.set("room", room.room.id)
socketIOClient.joinRoom(room.room.id.toString())
}
}
}

0 comments on commit 71e27e9

Please sign in to comment.