You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was trying RateLimiter, but can't get it to work like showed in the Readme / Documentation.
Error CS1061 'TimeLimiter' does not contain a definition for 'GetAwaiter' and no accessible extension method 'GetAwaiter' accepting a first argument of type 'TimeLimiter' could be found (are you missing a using directive or an assembly reference?)
Was trying RateLimiter, but can't get it to work like showed in the Readme / Documentation.
Error CS1061 'TimeLimiter' does not contain a definition for 'GetAwaiter' and no accessible extension method 'GetAwaiter' accepting a first argument of type 'TimeLimiter' could be found (are you missing a using directive or an assembly reference?)
Tried with .NET Framework 4.7.2 and .NET 5.
Is the code changed lately?
Code:
Also it would be nice to use an interval of 5 seconds so you can better see the time differences.
The text was updated successfully, but these errors were encountered: