mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 23:07:43 +01:00
Clean up Happy Eyeballs Verbose Spam (#1224)
* Clean up HappyEyeballs verbose spam - Cancellations should be properly suppressed now * Bump ClientStructs
This commit is contained in:
parent
0014bfa6fc
commit
956e310041
3 changed files with 5 additions and 9 deletions
|
|
@ -51,7 +51,7 @@ public static class AsyncUtils
|
|||
{
|
||||
try
|
||||
{
|
||||
await Task.Delay(millisecondsDelay, cancellationToken);
|
||||
await Task.Delay(millisecondsDelay, cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
catch (TaskCanceledException)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue