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

다른 세션의 클라이언트로 접속하는 경우 처리 #519

Open
PCHANUL opened this issue May 4, 2023 · 0 comments
Open

다른 세션의 클라이언트로 접속하는 경우 처리 #519

PCHANUL opened this issue May 4, 2023 · 0 comments
Assignees
Labels
🌚 BE bug Something isn't working

Comments

@PCHANUL
Copy link
Contributor

PCHANUL commented May 4, 2023

구현할 내용

  • 다른 세션의 클라이언트로 접속 후에 클라이언트를 종료하면 에러가 발생됩니다.

  • socket의 연결이 해제되어 서버 내에서 유저가 오프라인이라고 판단합니다.


  • 새로운 세션에서 연결하는 경우에 새로운 소켓이 연결됩니다.

  • 새로운 소켓이 연결될 때, 이전 소켓의 연결을 해제하도록 구현되어 있어서 문제가 발생됩니다.

  • 그러므로 한 유저가 여러 소켓을 가지도록 구현합니다.

Tasks

@PCHANUL PCHANUL added bug Something isn't working 🌚 BE labels May 4, 2023
@PCHANUL PCHANUL self-assigned this May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌚 BE bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant