-
Notifications
You must be signed in to change notification settings - Fork 3
[fix] 게임 종료 시 PLAYER_LIST 메세지 누락, 방장 레디 풀림 이슈 해결 #125
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
Conversation
LimKangHyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
| } | ||
|
|
||
| messageSender.sendBroadcast( | ||
| destination, MessageType.PLAYER_LIST, toPlayerListResponse(room)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SystemNotice 와 플레이어 리스트는 동기화가 되어야하지 않을까합니다!
sehee123
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다!
🛰️ Issue Number
🪐 작업 내용
1. 방장 레디 풀림 이슈
resetAllPlayerReadyStates();메서드를 이용해서 방장을 제외한 플레이어의 레디 상태만 바꾸도록 변경했습니다.2. PLAYER_LIST 메세지 누락 이슈
3.
PLAYER_LIST브로드캐스팅 여러번 되는 이슈📚 Reference
✅ Check List