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

fix: 채팅 서버 고도화 v2.3.0 #250

Closed
wants to merge 5 commits into from
Closed

Conversation

June1010
Copy link
Member

Feature

  • 배경
    • 그룹 채팅에서 사용자가 안읽은 메시지가 존재할때, 안읽은 메시지가 두 번 중복해서 노출되는 이슈
    • 안읽은 메시지 갯수 응답 API 오류
  • 목적
    • 위 이슈 수정

과정

  • 안읽은 메시지 갯수 응답 API 오류 수정
    • waiting -> paused 값 읽어오게끔 변경
    • 해당 값은 반환 타입 상에는 정의되어 있지 않지만, 큐가 paused인 경우에는 해당 필드가 같이 반환됨
  • HTTP 요청과 소켓 요청 사이의 순서 문제
    • HTTP 요청을 할 때 UnReadCountMap에 값이 설정되어 있지 않아, undefined처리되어 중복된 메시지가 두번 출력됨
    • 클라이언트에서 paused값을 넘김으로서 해결

결과 (스크린샷 등)

  • 생략

관련 issue 번호 (링크)

#249

테스트 방법

Commit

Copy link
Member

@gchoi96 gchoi96 left a comment

Choose a reason for hiding this comment

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

👍

@June1010
Copy link
Member Author

오류 발견한 것 같아서 이따가 다시 올리겠습니다

@June1010 June1010 closed this Dec 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants