Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 PR 종류
어떤 종류의 PR인지 아래 항목 중에 체크 해주세요.
📌 어떤 기능이 추가 되었나요?
기존에 서로 다른 WAS 서버에서 메시지를 보내면 실시간으로 교환되지 않는 문제가 있었습니다.
이것은 해당 WAS 서버에 웹 소켓으로 연결된 사용자에게만 메시지를 보내기 때문에 발생한 문제였습니다.
이를 해결 하기위해 redis의 메시지 브로커 기능을 활용하였습니다. efdf265
Issue Number
LIME-159
상세 설명
메시지 교환 채널 : sub-chat
📌 기존에 있던 기능에 영향을 주나요?
서로 다른 서버에서 메시지를 보낼 때 메시지 교환이 가능합니다.