Hi,
I didn't get any issue with the following code:
Linvi
I didn't get any issue with the following code:
List<IUser> users = new List<IUser>();
for (int i = 0; i < 10; ++i)
{
users.Add(User.GetUserFromId(491688991));
Thread.Sleep(1000);
}
Can you check the issue that occurred:var lastException = ExceptionHandler.GetLastException();
And Send me the details please.Linvi