Refactor: 채팅/웹소켓 코드 리팩토링 (#134) #140
Merged
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.
📌 개요
🔨 작업 내용
1. 트랜잭션 관리 개선
@Transactional어노테이션을 메서드 레벨로 이동2. N+1 쿼리 감지 환경 구축
3. WebSocketSessionManager 책임 분리
기존의
WebSocketSessionManager를 3개의 독립적인 컴포넌트로 분리3-1. RedisSessionStore 분리
3-2. UserSessionService 분리
3-3. RoomParticipantService 분리
4. 코드 품질 개선
4-1. RedisSessionStore의
@RequiredArgsConstructor제거@RequiredArgsConstructor어노테이션 제거4-2. WebSocketConstants 클래스 추가
USER_SESSION:,ROOM_PARTICIPANTS:)4-3. 중복 로깅 및 불필요한 try-catch 제거
5. 테스트 코드 정비
🔗 관련 이슈
Closes #134
📝 참고 사항
✅ 체크리스트