Conversation
1 task
dev-domo
approved these changes
Dec 25, 2025
Collaborator
dev-domo
left a comment
There was a problem hiding this comment.
throttle이란 게 있군요! Combine 스터디 할 사람...
juri123123
approved these changes
Jan 25, 2026
Collaborator
juri123123
left a comment
There was a problem hiding this comment.
좋네용 실기기 테스트는 추후 확인해보도록 해요 ! ^^
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🔗 연결된 이슈
📄 작업 내용
💻 주요 코드 설명
로그인 뷰컨트롤러에 다음과 같은 코드를 추가했습니다.
throttle은 지정된 시간동안 연속으로 값이 방출되더라도 제일 처음/제일 마지막 중 하나만 방출된 값을 퍼블리시한다고 합니다
latest false는 제일 처음에 쓴 걸 가져오기 위해서 false로 지정해주었습니다 !!