-
Notifications
You must be signed in to change notification settings - Fork 3
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
[BE] 타이머 Websocket에 STOMP 적용 #1068
Conversation
// if (pairRoomWebSocketService.hasNoConnections(key) && schedulerRegistry.has(key)) { | ||
// pauseTimer(key); | ||
// return; | ||
// } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
같이 회의해봅시다
package site.coduo.timer.service.dto; | ||
|
||
public record TimerResponse( | ||
Object data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요건 왜 Object 타입이십니까?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
타이머 상태를 보낼때는 String 타입이고, 타이머 시각을 보낼때는 long 타입이여서 TimerResponse로 한번에 데이터를 전송하려고 Object 타입을 사용해습니당
연관된 이슈
구현한 기능
상세 설명