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

[Feat/63] matching_not_found 로직 추가 #64

Merged
merged 1 commit into from
Sep 1, 2024
Merged

[Feat/63] matching_not_found 로직 추가 #64

merged 1 commit into from
Sep 1, 2024

Conversation

rimi3226
Copy link
Contributor

@rimi3226 rimi3226 commented Aug 31, 2024

🚀 개요

매칭 시작 후 5분이 지날 경우 matching_not_found 로직 추가

🔍 변경사항

  • 매칭 후 5분이 지날 경우 matching-not-found emit 발생
  • 3000번 서버에서 matching-not-found, matching-retry 리스너 생성 (matching-retry 리스너는 다른 이슈에서 해결할 예정)

⏳ 작업 내용

  • deleteMySocketFromMatching(socket, io, roomName) 추가
  • matching 풀에서 소켓 제거
  • 5분 지나서 매칭 실패일 경우 alert 및 / 화면으로 전환

📝 논의사항

@rimi3226 rimi3226 requested a review from Eunjin3395 August 31, 2024 04:59
@rimi3226 rimi3226 self-assigned this Aug 31, 2024
@rimi3226 rimi3226 linked an issue Aug 31, 2024 that may be closed by this pull request
2 tasks
Copy link
Member

@Eunjin3395 Eunjin3395 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@rimi3226 rimi3226 merged commit 5f8302d into develop Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [Feat] 첫 매칭으로부터 5분 경과한 경우
2 participants