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

[REFACTOR/#213] 에러대응을 강화 합니다 #216

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

MoonsuKang
Copy link
Contributor

📌 개요

✨ 작업 내용

  • RefreshToken 재발급 중 500에러를 반환하면 사용자를 로그인 화면으로 이동시킵니다.
  • Throttle을 이용해 서버 부하를 줄입니다. 2000MS의 간격으로 처리해 2초간 100번을 눌러도 요청은 한번만 가게 처리합니다.
  • 기존 Viewmodel을 추가적으로 함수분리 했습니다.

✨ PR 포인트

  • throttle 관련 이해가 안되는 부분이나 개선점을 찾아주시면 감사합니다!

📸 스크린샷/동영상

2024-09-11.6.44.34.mov

@MoonsuKang MoonsuKang added ♻️ REFACTOR 코드 리팩토링(전면 수정) 🌊 문수 문수 labels Sep 11, 2024
@MoonsuKang MoonsuKang self-assigned this Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ REFACTOR 코드 리팩토링(전면 수정) 🌊 문수 문수
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] 에러대응을 강화 합니다.
1 participant