채팅 시작 시 빈 채팅방 누락 및 WebSocket 인증 보완#248
Merged
Merged
Conversation
1f8e04d to
74c6373
Compare
minibr
approved these changes
Jun 21, 2026
9e594d4 to
a5e9aad
Compare
📊 코드 커버리지 리포트
|
SockJS handshake 경로를 인증 예외로 열어 채팅방 생성 후 첫 질문이 소켓으로 전송되도록 합니다. 메시지가 아직 없는 채팅방도 목록에서 조회되도록 유지해 실패 상태를 확인할 수 있게 합니다.
a5e9aad to
764a07e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
Close: #247
Changes
chat.createdAt기준으로 정렬되도록 보완했습니다.accessToken을 STOMP 인증에 전달하도록 처리했습니다.