[fix] 게임 종료 후 랭킹 점수 반영 예외 수정 #171
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🛰️ Issue Number
🪐 작업 내용
게임 종료 후 랭킹 점수 반영에서 예외가 발생하며 정상 종료가 되지 않고 랭킹도 업데이트되지 않는 문제가 존재했습니다.
랭킹 점수 반영의 예외는 Redis의 HashValue 값 중 winningGames와 totalGames가 Long Object 형태로 존재하면서 HashValue의 increase 연산이 정상 진행되지 않아 발생했습니다.
이에 따라 아래와 같은 내용을 수정했습니다.
📚 Reference
✅ Check List