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

Bug/#341 유저가 다른 주식에 접근할 때 예전 주식의 실시간 데이터가 보이는 버그 수정 #350

Merged
merged 14 commits into from
Dec 4, 2024

Conversation

swkim12345
Copy link
Collaborator

close #

✅ 작업 내용

  • 유저가 다른 주식에 들어갔을 때 다른 주식방의 실시간 데이터가 보이는 이슈 수정

😎 체크 사항

  • label 설정 확인
  • 브랜치 방향 확인

@swkim12345 swkim12345 added the 🐞 bugfix Something isn't working label Dec 4, 2024
Copy link
Collaborator

@baegyeong baegyeong left a comment

Choose a reason for hiding this comment

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

일단 서버에서 되는지 확인하고 프론트도 적용할게요

Copy link
Collaborator

@xjfcnfw3 xjfcnfw3 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 👍 👍

.addSelect('COUNT(alarm.id)', 'alarmCount')
.groupBy('stock.id')
.orderBy('alarmCount', 'DESC')
.limit(this.STOCK_LIMITS)
Copy link
Collaborator

Choose a reason for hiding this comment

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

이렇게 하면 일부는 알림을 못보내지 않나요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

이거 없앤 다음에 다시 보낼게요!

@xjfcnfw3 xjfcnfw3 merged commit c4d1d9e into dev-be Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bugfix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] - 주식 창을 옮겨도 이전 라이브데이터 소켓이 연결된 버그
3 participants