Skip to content

Commit cbc2e74

Browse files
Merge pull request #209468 from OwenRichards1/patch-2
[msid][issue] Amend retry calculation (GH-95025)
2 parents 93ea3bb + 77d17c8 commit cbc2e74

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)