Danthar/RateLimiting

Race Condition

udlose opened this issue · 0 comments

udlose commented

The _isDisposed variable is vulnerable to a race condition. It should be marked as volatile:
private volatile bool _isDisposed;