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/BE/#437: 채팅방 내부에서 방을 삭제할때 오류 수정 #438

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

Capoomaru
Copy link
Collaborator

🤷‍♂️ Description

채팅방 내부에서 방장이 방을 삭제하면 오류가 발생해요.
세션 정보에는 해당 방이 아직 남아있어서 조회를 시도하다가 에러가 발생하고 있어요.

📝 Primary Commits

  • 방 삭제 요청 시 세션 정보 삭제
  • disconnect 함수에서 try/catch 함수 추가

📷 Screenshots

closes #437

Copy link
Collaborator

@JEM1224 JEM1224 left a comment

Choose a reason for hiding this comment

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

테스트해본거같은데.....ㅠㅠ죄송합니다....😥

@Capoomaru Capoomaru merged commit 561d799 into dev Dec 14, 2023
2 checks passed
@Capoomaru Capoomaru deleted the Fix/BE/#437 branch December 14, 2023 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] 채팅방 내부에서 방을 삭제할때 에러를 수정해요
2 participants