Skip to content

Commit

Permalink
[fix]:Socket merge용
Browse files Browse the repository at this point in the history
  • Loading branch information
qogustj committed May 23, 2024
1 parent ec5a0ab commit 5bb90ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public void sendChatDetailMessage(@DestinationVariable("roomName") final String
final RoomMessageListResponseDto responseDto = roomService.sendRoomDetailMessage(roomName);
template.convertAndSend("/sub/room/" + roomName, MessageSuccessResponse.of(MessageSuccessCode.MESSAGE, responseDto));
}
//
@MessageMapping("/room/all/{sessionId}")
public void sendUserChatListMessage(@DestinationVariable("sessionId") final String sessionId) {
final RoomListResponseDto responseDto = roomService.sendUserChatListMessage(sessionId);
Expand Down

0 comments on commit 5bb90ca

Please sign in to comment.