Merged
Conversation
taeyeonkim94
approved these changes
Feb 23, 2025
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.
작업한 이슈 번호
작업 사항 설명
SSE는 서버의 단방향 통신의 특성상 일정 시간 동안 이벤트가 발생하지 않을 경우 연결이 끊깁니다.
NginX 설정만으로 해결해보려고 했지만..... SSE 특성상 HTTP 연결 유지 시키는 것만으로는 안되네요.
이 문제를 해결하기 위해 한 번 연결한 stream으로 주기적으로 빈 객체를 푸시하는 heartbeat 방식을 추가 설정합니다.
작업 사항
기타