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.
✅ 주요 작업
💭 고민과 해결과정
PINGPONG
한투에서 PINGPONG 데이터 보내서 자동으로 소켓 연결 끊김 해결해주는 줄 알았는데, 한투 서버에서는 PING만 해주고 우리 서버에서 한투 서버로 PONG까지 해줘야 연결이 유지가 되는 방식이었다.
위 이미지 참고해서 장 마감 시에 PINGPONG 데이터가 들어오면 pong 응답을 해주도록 아래와 같이 수정했다.
아직 장 마감이 안돼서 테스트는 못해본 상황이다.