Skip to content

Commit

Permalink
Moved the delay to root the of the while
Browse files Browse the repository at this point in the history
  • Loading branch information
Simnico99 committed Jan 26, 2023
1 parent 78f4edb commit fa13636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZirconNet.WPF/Dispatcher/BufferedThreadDispatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ private async void ProcessQueue()
{
_dispatcher.Invoke(action, DispatcherPriority.Send);
}
await Task.Delay(Delay);
}
await Task.Delay(Delay);
}
}

Expand Down

0 comments on commit fa13636

Please sign in to comment.