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

웹 소켓 연결 분리 및 성능 최적화 #415

Merged
merged 7 commits into from
Dec 21, 2024

Conversation

yewonJin
Copy link
Collaborator

@yewonJin yewonJin commented Dec 21, 2024

🔖 연관된 이슈

📂 작업 내용

  • 웹 소켓 커넥션 관리
    • 전역 상태와 커스텀 훅을 통한 웹 소켓 라이프 사이클 관련 로직 관리.
    • 소켓 연결 상태 표시로 사용자 경험 개선.
  • 캔버스 노드 드래그 이벤트 최적화
    • 마인드맵 드래그 이벤트 쓰로틀링.
    • 다른 클라이언트로부터 온 마인드맵 변경 이벤트의 React State에 반영 배치 처리.

@yewonJin yewonJin linked an issue Dec 21, 2024 that may be closed by this pull request
5 tasks
@yewonJin yewonJin changed the title Feature fe #414 웹 소켓 연결 분리 및 성능 최적화 Dec 21, 2024
@djk01281 djk01281 self-requested a review December 21, 2024 07:01
Copy link
Collaborator

@djk01281 djk01281 left a comment

Choose a reason for hiding this comment

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

와아

@github-actions github-actions bot merged commit cffe362 into develop Dec 21, 2024
12 checks passed
@github-actions github-actions bot deleted the feature-fe-#414 branch December 21, 2024 07:02
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