[Fix] 세션 생성 오류 수정, 도커 컴포즈 설정파일 업데이트, 그 외 오류 수정 #222
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.
관련 이슈 번호
✅ 체크리스트
🧩 작업 내용
redis-om사용에 따른docker-compose.yml업데이트📝 작업 상세 내역
스터디 세션 서비스 로직 분리
boolean인자로 플래그를 설정Exception이나Emit자체를 게이트웨이에서 하도록 수정할 예정인데 이때 고칠 예정다중 WAS 내 잘못받아오는 세션 ID 버그 수정
room_id라는 키에 숫자를 넣어서 가져오도록 수정방 삭제 로직 오류 수정
마지막 사용자가 방 퇴장 시, 방 삭제 시
socketId를 넣고 있었어서 방 삭제가 제대로 안되고 있었습니다.아래처럼 코드를 수정했습니다.
redis-om사용에 따른docker-compose.yml업데이트데브서버를 위한 도커 컴포즈 파일을 업데이트 했습니다.
docker desktop에서 날려버리고 새롭게 설치하세요! 그러면 데브서버 이제 다시 사용하실 수 있을거에요.
📌 테스트 및 검증 결과
Postman으로 테스트 하였고,3001번 WAS 에서create,3000번 WAS 에서create한 결과 입니다.💬 다음 작업 또는 논의 사항
🐥 리뷰 받고 싶은 포인트