Update x problemi timeout download immagini con getUserList
This commit is contained in:
@@ -341,7 +341,7 @@ namespace TestClient
|
||||
{
|
||||
await Task.Run(() =>
|
||||
{
|
||||
var userResult = MCC.getUserListAsync(true);
|
||||
var userResult = MCC.getUserListAsync(chkGetImg.Checked);
|
||||
List<UserData> userList = ((UserPayload)userResult.Result.Payload).UserList;
|
||||
|
||||
synchronizationContext.Post(new SendOrPostCallback(o =>
|
||||
|
||||
Reference in New Issue
Block a user