Exemplo n.º 1
0
 public async Task EnsureOrWaitUserRegistered(Guid playerId, int timeout)
 {
     await WaitHelper.WaitResultAsync(() => _bonusQueries.GetPlayerOrNull(playerId), timeout);
 }