more correctly describe curwaittime
This commit is contained in:
@@ -344,6 +344,7 @@ public class DalamudUtilService : IHostedService, IMediatorSubscriber
|
|||||||
{
|
{
|
||||||
logger.LogTrace("[{redrawId}] Starting wait for {handler} to draw", redrawId, handler);
|
logger.LogTrace("[{redrawId}] Starting wait for {handler} to draw", redrawId, handler);
|
||||||
await Task.Delay(tick).ConfigureAwait(true);
|
await Task.Delay(tick).ConfigureAwait(true);
|
||||||
|
curWaitTime += tick;
|
||||||
|
|
||||||
while ((!ct?.IsCancellationRequested ?? true)
|
while ((!ct?.IsCancellationRequested ?? true)
|
||||||
&& curWaitTime < timeOut
|
&& curWaitTime < timeOut
|
||||||
|
|||||||
Reference in New Issue
Block a user