Patrik
Results
2
issues of
Patrik
Why does ``await api.Spectator.GetCurrentGameAsync`` throw an exception if the player is not in a game? It should either return the correct ``CurrentGame`` with populated data or return null.
question
What I'm trying to do is to read large amounts of data by a large list of Ids. I have a database model that looks like this: ```csharp public class...
enhancement
question