Token bucket and leaky token bucket implementations in .NET
Stars
148
Forks
29
Watchers
148
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
5
commits
Ignored .tmp temporary artifacts from Nuke Build system
24eeb37View on GitHubUpdated the project to .netcore. Introduced a build system based on Nuke Build
04a1d38View on GitHubUpgraded to netstandard2.0 and SDK-style project.
4bf5afdView on GitHubConfigured nuspec for automatic versioning in AppVeyor
027cd15View on GitHubFixed wait time calculation in case that ShouldThrottle returns true
cba53f7View on GitHubSome documentation rephrasing and method visibility correction.
e8bab29View on GitHubNew ratelimiter based on rolling window for controlling exactly the rate of some occurences in a time interval.
b4735b3View on GitHubnuspec file for nuget.org deployment. Added in project directory
aca3082View on GitHubEnable package restore and nuget.exe download for build servers
890643fView on GitHub