gildorwang / RetryHelper

This is a generic helper to help try some action until the given condition is met. It now works seamlessly with C# async/await keywords for asynchronous operations, which is very common in a scenario that requires retry logic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support dynamic retry interval

gildorwang opened this issue · comments

commented

You can try this Retry