admin管理员组文章数量:1316356
I'm using R4J to use the riot api in kotlin, however, I am running into some issues when trying to get the match list of a summoner using the PUUID. I am using something like this:
r4j.loLAPI.matchAPI.getMatchList(RegionShard.EUROPE, summoner.puuid)
For some reason if I run this in debug mode and step over the code slowly it is able to get the matches, but if I let the code run normally it returns an empty match list.
I know the request should not return an empty list beacuse it works correctly when I test it on the riot api website, maybe it is caused by some kind of issue with asynchronous code?
本文标签: kotlinRiot API with R4J Wrapper cannot get match listStack Overflow
版权声明:本文标题:kotlin - Riot API with R4J Wrapper cannot get match list - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742003287a2411450.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论