-
Notifications
You must be signed in to change notification settings - Fork 55
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
Both listLeaderboardRecords and listLeaderboardRecordsAroundOwner Functions can't return full list. even if ownerIds is null #52
Comments
According to Doc :https://heroiclabs.com/docs/nakama/client-libraries/javascript/#listing-the-top-records empty ownerIds should return FULL record list. |
Hey, please use the provides issue template and add the installed package version as well as the flutter doctor output to your report. |
sorry, version is 1.0.0-dev2. Let me give more details soon |
Describe the bug listLeaderboardRecords function, If ownerId parameter is set to exact user id list, It 's ok to return the correct records. But if ownerId is null or [], or just remove this parameter, It return empty leaderboard records! Reproduction Code
Expected behavior allrecords should return the full list of leaderboard record. But it returns empty records. output: flutter: LeaderboardRecordList(records: [], ownerRecords: [], nextCursor: , prevCursor: ) Screenshots pubspec.yaml [```yaml
|
@obrunsmann , hi. any update on this? |
Currently tracking this issue with Nakama team. Coming back to you with some feedback soon :) |
No solution to that issue since 5 jan ? I'm still having the same problem |
For example:
listLeaderboardRecords function,
If ownerId parameter is set to exact user id list, It 's ok to return the correct records.
But if ownerId is null or [], or just remove this parameter, It return empty leaderboard records!
The text was updated successfully, but these errors were encountered: