Skip to content

Conversation

@uhm0311
Copy link
Collaborator

@uhm0311 uhm0311 commented Nov 25, 2025

🔗 Related Issue

  • auth가 진행 중일 때에는 inputQ의 연산을 writeQ로 옮기지 않도록 수정했었다.
  • auth가 완료되면 addedQueue에 node를 추가해야 handleIO 로직에서 inputQ의 연산이 처리된다.

⌨️ What I did

  • auth가 완료되면 addedQueue에 node를 추가합니다.

@uhm0311 uhm0311 requested a review from jhpark816 November 25, 2025 04:37
@jhpark816 jhpark816 merged commit 491e927 into naver:develop Nov 25, 2025
2 checks passed
@uhm0311
Copy link
Collaborator Author

uhm0311 commented Nov 25, 2025

@namsic

이제 다시 테스트 해보시고, 문제가 있으면 말씀해주세요.

@Override
public void complete() {
if (authDone) {
addedQueue.add(node);
Copy link
Collaborator

Choose a reason for hiding this comment

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

@uhm0311
offer()로 변경하는 것이 좋겠습니다.

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