Skip to content

Commit 77d17c8

Browse files
[msid][issue] Amend retry calculation (GH-95025)
1 parent 47dfee5 commit 77d17c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-error-handling-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ do
167167
}
168168
else if (retryAfter.Date.HasValue)
169169
{
170-
delay = retryAfter.Date.Value.Offset;
170+
delay = (retryAfter.Date.ValueDateTimeOffset.Now).TotalMilliseconds;
171171
}
172172
}
173173
}

0 commit comments

Comments
 (0)