-
Notifications
You must be signed in to change notification settings - Fork 3
[refactor] redisson 적용 #177
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
# Conflicts: # backend/src/main/java/io/f1/backend/domain/game/app/RoomService.java # backend/src/main/java/io/f1/backend/domain/game/websocket/controller/GameSocketController.java # backend/src/main/java/io/f1/backend/domain/game/websocket/eventlistener/WebsocketEventListener.java
.../src/main/java/io/f1/backend/domain/game/websocket/eventlistener/WebsocketEventListener.java
Show resolved
Hide resolved
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.
고생하셨습니다!
silver-eunjoo
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.
고생하셨습니다!
jiwon1217
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.
고생하셨습니다
# Conflicts: # backend/src/main/java/io/f1/backend/domain/game/app/RoomService.java # backend/src/main/java/io/f1/backend/domain/game/websocket/eventlistener/WebsocketEventListener.java # backend/src/main/java/io/f1/backend/global/lock/LockExecutor.java
🛰️ Issue Number
🪐 작업 내용
AOP로 적용할 수 없는 부분들이 있어서 수동 실행하는LockExecutor를 생성disconencted처리sessionId,roomId매핑되어있는 맵 생성하여 게임방 중복입장을 방지 (handleDisconnectedListener이전방roomId가져오기)📚 Reference
✅ Check List