最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

kotlin - Riot API with R4J Wrapper cannot get match list - Stack Overflow

programmeradmin2浏览0评论

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?

发布评论

评论列表(0)

  1. 暂无评论