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] 방 제한 인원 / 탭 연결 끊었을 때 나가기 기능 구현 #211

Merged
merged 3 commits into from
Dec 2, 2024

Conversation

today-is-first
Copy link
Collaborator

@today-is-first today-is-first commented Dec 2, 2024

개요

Resolves: #210

PR 유형

어떤 변경 사항이 있나요?

  • 새로운 기능 추가

작업 내용

  • 방 제한 인원 초과 시 Room Join 실패 구현
  • 게임 진행 중 webRTC 연결 실패 구현
  • Socket.io disconnect 이벤트 발생 시 user_left
  • 탭으로 나가면 바로 나가지는 구현

스크린샷

탭 끄자마자 나가기

default.mp4

게임 진행 중 참여 제한

default.mp4

@today-is-first today-is-first self-assigned this Dec 2, 2024
@zizonyoungjun zizonyoungjun merged commit 261717f into develop Dec 2, 2024
4 checks passed
@zizonyoungjun zizonyoungjun deleted the feature/#210 branch December 2, 2024 06:47
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.

방 제한 인원이 넘으면 시그널링 서버에 접근할 수 없다
2 participants