RateLimiting
RateLimiting copied to clipboard
Simple component for rate limiting in c#
Results
2
RateLimiting issues
Sort by
recently updated
recently updated
newest added
The `_isDisposed` variable is vulnerable to a race condition. It should be marked as `volatile`: `private volatile bool _isDisposed;`
After examining this model, I was able to cause: Parameter name: dueTime: at System.Threading.Timer.Change(Int32 dueTime, Int32 period) at ExitTimerCallback(Object state) I believe items in your queue may expire between peeks,...
bug