Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🖥️ Preview
오류 화면
POST.409.mov
버그 수정 후
200.POST.409.mov
close #200
✏️ 한 일
카드 옵션 선택 시 카드 옵션 연타를 계속 하면 post 보낼 때 409 오류가 뜬다.
카드 연타할 경우 POST가 두 번 보내져서 이미 요청한 사용자에 대해서 계속 요청 보내지는 오류 발생하는 것이었다.
throttle 걸어줘서 POST 요청을 1초 정도 딜레이 줘서 요청이 한 번만 가도록 수정했다.
수정 후 몇 번이나 테스트했는데 409 오류는 발생하지 않았다.
우연히 요청을 한 번밖에 못보낸 건지는 모르겠지만 우선 안전성을 위해 처리해뒀다.
❗️ 발생한 이슈 (해결 방안)
❓ 논의가 필요한 사항