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 #251

Merged
merged 7 commits into from
Dec 19, 2022
Merged

Conversation

June1010
Copy link
Member

Feature

  • 배경
    • 그룹 채팅에서 사용자가 안읽은 메시지가 존재할때, 안읽은 메시지가 두 번 중복해서 노출되는 이슈
    • 안읽은 메시지 갯수 응답 API 오류
    • API 서버에서 채팅 서버로의 요청 주소가 잘못되어있던 이슈
    • API 서버에서 채팅 서버에 참여 취소 요청 (큐 삭제)에서 userId를 string이 아닌 number로 전달하는 이슈
  • 목적
    • 위 이슈 수정

과정

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

결과 (스크린샷 등)

  • 생략

관련 issue 번호 (링크)

#249

테스트 방법

Postman & 프론트 연동 테스트

Commit

@June1010 June1010 self-assigned this Dec 18, 2022
@June1010 June1010 added bug Something isn't working backend and removed bug Something isn't working labels Dec 18, 2022
@June1010 June1010 merged commit 63e7dbe into develop Dec 19, 2022
@pushedrumex pushedrumex deleted the feat/chat-server-test branch December 20, 2022 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants