Skip to content

Commit

Permalink
ISSUE-1106 Find the correct overload
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Morrison committed Mar 1, 2023
1 parent 084de76 commit 06fe382
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ protected override async Task<bool> RunInnerAsync(HandleMessageContext context,

try
{
return await _policy.ExecuteAsync(() => func(stoppingToken));
return await _policy.ExecuteAsync(func, stoppingToken);
}
finally
{
Expand Down

0 comments on commit 06fe382

Please sign in to comment.