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

1대1 채팅방 초대 로직을 변경한다. #582

Open
takoyakimchi opened this issue Sep 24, 2024 · 0 comments
Open

1대1 채팅방 초대 로직을 변경한다. #582

takoyakimchi opened this issue Sep 24, 2024 · 0 comments
Assignees
Labels
🖥 backend backend 🐞 bug 버그 수정
Milestone

Comments

@takoyakimchi
Copy link
Contributor

요구 사항 - 1대1 채팅방 구현이 확정될 경우 아래의 사항을 고려하여 구현한다.

  • 현재는 웹소켓 ( /topic/invite/{myMemberId}를 구독하는 방식 ) 을 이용해 1대1 채팅방에 초대하고 있다.
  • 하지만 웹소켓 연결이 끊기면 초대를 받을 수 없다는 문제가 있다.
  • 채팅 목록에 들어가면 chat_room_member 매핑 테이블을 DB로부터 조회하여, 자신이 들어가 있는 채팅방을 그때그때 구독하는 방식으로 수정한다. 이 경우 invite endpoint는 필요가 없으므로 삭제한다.
@takoyakimchi takoyakimchi added 🐞 bug 버그 수정 🖥 backend backend labels Sep 24, 2024
@takoyakimchi takoyakimchi added this to the Sprint6 milestone Sep 24, 2024
@takoyakimchi takoyakimchi self-assigned this Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥 backend backend 🐞 bug 버그 수정
Projects
Status: No status
Development

No branches or pull requests

1 participant