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

user_count is very buggy, but no real bug cases are found #33

Open
juice500ml opened this issue Feb 8, 2017 · 7 comments
Open

user_count is very buggy, but no real bug cases are found #33

juice500ml opened this issue Feb 8, 2017 · 7 comments

Comments

@juice500ml
Copy link
Member

title = description

@juice500ml
Copy link
Member Author

와이파이 환경과 같이 연결이 불안정한 환경에서 자주 발생하는 것 같습니다. 여전히 원인은 모릅니다.

@punkyoon
Copy link
Member

제가 확인한건 redis문제입니다.

  1. IE, edge, chrome으로 한 방에 3개의 connection 생성 -> 접속자수 3명인 것 계산함

  2. IE를 disconnect하면서 총 2개의 connection이 존재해야하나, redis에서 ZRANGE로 확인했을 때 세션이 끊어지지 않고 계속 db에 남아있는 것을 확인할 수 있었음. (서버 로그에 disconnect는 남아있는 상태)

  3. 모든 연결을 끊고, 다시 redis에서 ZRANGE로 확인했을 때 IE에서 끊어진 세션이 남아있는 것을 확인할 수 있었음..

@juice500ml
Copy link
Member Author

ie 버전 몇인가요?

@juice500ml
Copy link
Member Author

juice500ml commented Feb 10, 2017

연결 도중 서버가 꺼졌다가 켜지면, 해당 count가 그대로 유지된 상태에서 1 추가됩니다.

@punkyoon
Copy link
Member

ie 버전은 가장 최신버전입니다! (11버전)

@punkyoon
Copy link
Member

error
disconnect시, 이러한 에러 메시지가 발생하네요..

@punkyoon
Copy link
Member

user_count는 둘째치고, 슬라이드 순서를 막 변경하다보면 어느새 일반 참여자 입장에서는 슬라이드 목록이 사라져서 안보이더라구여... 물론 새로고침하면 잘 뜨기는 하는데..

refresh 버튼이라도 넣어야하는걸까요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants