mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update async/await call.
This commit is contained in:
parent
e48a84fcad
commit
efef0b8873
@ -71,9 +71,9 @@ namespace Remotely_Desktop.ViewModels
|
||||
}
|
||||
Program.SetEventHandlers();
|
||||
|
||||
await Task.Run(() =>
|
||||
await Task.Run(async () =>
|
||||
{
|
||||
Program.HandleConnection();
|
||||
await Program.HandleConnection();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user