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

예외 처리를 강화하고 API 호출 최적화 #412

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

Tolerblanc
Copy link
Member

🔖 연관된 이슈

📂 작업 내용

  • 소켓 서버 로직 try-catch 추가
  • API 호출 부분을 Promise.all을 통해 최적화

📢 리뷰 참고사항

  • 현재 배포 서버에는 이미 적용되어 있는 로직입니다.

@Tolerblanc Tolerblanc added ✨ Feature 기능 추가 및 구현, 제안과 관련된 경우 🐧🚀😶‍🌫️ BE 백엔드 관련 이슈/PR 추적 라벨 🐛 Bug 무언가 정상적으로 동작하지 않는 경우 labels Dec 6, 2024
@Copilot Copilot bot review requested due to automatic review settings December 6, 2024 06:11
@Tolerblanc Tolerblanc linked an issue Dec 6, 2024 that may be closed by this pull request
2 tasks

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no suggestions.

@github-actions github-actions bot merged commit 0ef77b9 into develop Dec 6, 2024
26 checks passed
@github-actions github-actions bot deleted the feature-be-#411 branch December 6, 2024 06:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐧🚀😶‍🌫️ BE 백엔드 관련 이슈/PR 추적 라벨 🐛 Bug 무언가 정상적으로 동작하지 않는 경우 ✨ Feature 기능 추가 및 구현, 제안과 관련된 경우
Projects
None yet
Development

Successfully merging this pull request may close these issues.

예외 처리 강화 및 성능 개선
2 participants