-
Notifications
You must be signed in to change notification settings - Fork 115
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
chat.channel.getUserInfo() returns null in openchatroom upper then 1300 people. #144
Comments
I changed initializing logic in #75 andh checked it working. There were some case reported Userinfo initialize failing like this. Unfortunately I don't have any "openchat" room over 1000 people. |
If you can, can you test if it fail same in 4.0.0-beta.5? |
4.0.0 에서는 userInfo가 잘 나옵니다만, 3.1.8 에서는 아직도 고쳐지지 않은듯 하네요 |
3.1.10에서 테스트결과 잘나옵니다. |
#75 이후 작동하는것이 확인되었지만, 일부 채팅방에서 제대로 작동하지 않는듯 합니다. |
3.1.8 버전 이후로는 4.0.5 beta로 넘어가는거 아닌가요? |
3.1.10 어제인가 오늘 나왔습니다.
아마 3.1.10에서도 일부 채팅방에서는 제대로 작동하지 않을 수 있습니다. |
Sure. I already ready to test with 4.0.5 version. |
It returns undefined. in node-kakao@4.0.0-beta.4 And also 3.1.10. |
추가 테스트 결과 |
커밋 bd18590 이후 1400+명 방에서 작동 확인했습니다. rc.4 버전에서 다시 테스트 부탁드립니다 |
1336명방, 4.0.0_RC4 에서 테스트 결과 |
Request client userinfo if olu is null and mi does not contains client user id. #144 Update to 4.0.0-rc.5
Describe the bug
chat.channel.getUserInfo() returns null in openchatroom upper then 1300 people.
Same as #75
To Reproduce
openchatroom with more then 1300 people participated.
function checkText(chat){ const userInfo = chat.Channel.getUserInfo(chat.Sender); }
Expected behavior
It should return information about chat.sender.
nodekakao version
nodekakao 3.1.8 version
The text was updated successfully, but these errors were encountered: