-
Notifications
You must be signed in to change notification settings - Fork 2
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] 다른 방 채팅 메시지도 수신 #595
Comments
서버에서는 roomId 구분 없이 Socket.io에 연결된 방 참여중인 모든 사용자에게 새 채팅 메시지 이벤트를 발생시킵니다(해당 코드) 두 가지 해결방법이 있을 것 같습니다!
|
@14KGun 헐 이미 커밋을 날리셨군요 빠르세요 ㄷㄷ |
근데 클라이언트가 메시지의 taxi-front/src/types/global.d.ts Lines 43 to 61 in 8066b84
둘이 필드를 통일시켜야 할 듯 합니당 ㅜ (back도 typescript 도입을... ㅜ) |
Describe the bug
여러 개의 채팅방에 동시에 참여하고 있는 경우 다른 방 채팅이 옵니다. 채팅방을 나갔다 들어오면 그 채팅은 사라지긴 합니다.
Screenshots
The text was updated successfully, but these errors were encountered: