Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] PINGPONG 메시지 예외 처리 #78

Merged
merged 2 commits into from
Nov 28, 2024
Merged

[FIX] PINGPONG 메시지 예외 처리 #78

merged 2 commits into from
Nov 28, 2024

Conversation

price126
Copy link
Collaborator

장 마감시 한투에서 10초마다 "PINGPONG" 이라는 빈 메시지 (연결 유지 용도)를 전송하는데,
throw로 처리되어 소켓 커넥션이 끊어지는 문제가 있었습니다.

-> 장 마감시에도 소켓 커넥션이 유지되게 변경 (throw -> log.info() 로 수정)

@price126 price126 added the bug Something isn't working label Nov 28, 2024
@price126 price126 requested a review from proysm November 28, 2024 07:32
@price126 price126 self-assigned this Nov 28, 2024
@price126 price126 merged commit bccbaa0 into prod Nov 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant