Skip to content

Commit

Permalink
fix: update subscription async warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chsbuffer committed Oct 23, 2020
1 parent 0fc5b77 commit 6f82149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Netch/Forms/MainForm.MenuStrip.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void DisableItems(bool v)
await MainController.Start(ServerComboBox.SelectedItem as Server, mode);
}

await Task.WhenAll(Global.Settings.SubscribeLink.Select(async item => await Task.Run(async () =>
await Task.WhenAll(Global.Settings.SubscribeLink.Select(async item => await Task.Run(() =>
{
try
{
Expand Down

0 comments on commit 6f82149

Please sign in to comment.