Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

서버에 방 참가 요청 보내고 방 참가합니다 #110

Closed
2 of 3 tasks
Kiyoung-Kim-57 opened this issue Nov 26, 2024 · 0 comments · Fixed by #121
Closed
2 of 3 tasks

서버에 방 참가 요청 보내고 방 참가합니다 #110

Kiyoung-Kim-57 opened this issue Nov 26, 2024 · 0 comments · Fixed by #121
Assignees
Labels
✨ feat 새로운 기능 추가

Comments

@Kiyoung-Kim-57
Copy link
Collaborator

Kiyoung-Kim-57 commented Nov 26, 2024

🤔 작업 배경

  • 생성된 방에 참가할 수 있도록 작업이 필요합니다

📝 작업 내용

  • ✅생성된 방에 참가할 수 있도록 서버에 요청합니다
  • 서버에서 방 참가 로직을 처리합니다
  • 방 참가 후 서버에서 게스트에게 필요한 정보를 전달합니다

✔️ To-Do

  • 생성된 방에 참가할 수 있도록 서버에 요청 메시지 전달
  • 서버에서 방 참가 로직을 구현
  • 방 참가 후 서버에서 게스트에게 게스트의 아이디와 참가 중인 유저 아이디 전달

👀 ETC (추후 개발해야 할 것, 참고자료 등)

@Kiyoung-Kim-57 Kiyoung-Kim-57 added the ✨ feat 새로운 기능 추가 label Nov 26, 2024
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
- 서버에서 Data 타입을 DTO로 바꿔주는 Extension 추가

Co-Authored-By: Youngkyu Song <[email protected]>
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
- JoinRoomResponseDTO 서버에서 방 참가 로직을 처리하고 요청자에게 전달하는 데이터
-  JoinRoomRequestMessage 서버가 방 참가 요청을 받았을 때 오는 메시지(참가하고 싶은 방번호가 담긴다)

Co-Authored-By: Youngkyu Song <[email protected]>
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
Co-Authored-By: Youngkyu Song <[email protected]>
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
Co-Authored-By: Youngkyu Song <[email protected]>
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
Co-Authored-By: Youngkyu Song <[email protected]>
youn9k added a commit that referenced this issue Nov 26, 2024
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
Kiyoung-Kim-57 added a commit that referenced this issue Nov 26, 2024
Kiyoung-Kim-57 added a commit that referenced this issue Nov 27, 2024
youn9k added a commit that referenced this issue Nov 27, 2024
RoomID를 갖도록 변경
Co-Authored-By: Kiyoung <[email protected]>
youn9k added a commit that referenced this issue Nov 27, 2024
youn9k added a commit that referenced this issue Nov 27, 2024
모든 모듈에서 공통으로 의존하는 모듈이 없어 우선 Data 모듈에서만 사용가능한 Logger를 추가했습니다.
Co-Authored-By: Kiyoung <[email protected]>
youn9k added a commit that referenced this issue Nov 27, 2024
youn9k added a commit that referenced this issue Nov 27, 2024
youn9k added a commit that referenced this issue Nov 27, 2024
youn9k added a commit that referenced this issue Nov 27, 2024
라인 수 경고 또는 에러 문제 임시조치
Co-Authored-By: Kiyoung <[email protected]>
youn9k added a commit that referenced this issue Nov 27, 2024
youn9k added a commit that referenced this issue Nov 27, 2024
테스트를 위해 모든 Client에게 전송하는 로직을 주석처리해두었습니다.
Co-Authored-By: Kiyoung <[email protected]>
youn9k added a commit that referenced this issue Nov 27, 2024
youn9k added a commit that referenced this issue Nov 27, 2024
youn9k added a commit that referenced this issue Nov 27, 2024
youn9k added a commit that referenced this issue Nov 27, 2024
youn9k added a commit that referenced this issue Nov 27, 2024
youn9k added a commit that referenced this issue Nov 27, 2024
youn9k added a commit that referenced this issue Nov 27, 2024
youn9k added a commit that referenced this issue Nov 27, 2024
youn9k added a commit that referenced this issue Nov 27, 2024
메모리 압박과 기기 발열이 너무 심해 우선 가장 낮은 해상도로 설정해두었습니다.
Co-Authored-By: Kiyoung <[email protected]>
@youn9k youn9k linked a pull request Nov 27, 2024 that will close this issue
9 tasks
Kiyoung-Kim-57 added a commit that referenced this issue Nov 27, 2024
Kiyoung-Kim-57 added a commit that referenced this issue Nov 28, 2024
youn9k added a commit that referenced this issue Nov 30, 2024
[FEAT/#110] 0. 방 참가 및 연결 로직을 구현합니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 새로운 기능 추가
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants