Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed #1194 (ThrottleTransportAdapter overflow bug) #1195

Merged
merged 1 commit into from
Aug 3, 2015

Conversation

Aaronontheweb
Copy link
Member

Trivial bug to fix - had one bug inside the TokenBucket where I forgot to convert nanoseconds to ticks (1 tick = 100 nanoseconds) and a second bug inside the TokenBucketSpec where I also, forgot to convert nanoseconds to ticks.

This has been fixed and resolved the OverflowException that was occurring on my system.

@Aaronontheweb
Copy link
Member Author

Whoops, forgot the link: #1194

rogeralsing added a commit that referenced this pull request Aug 3, 2015
fixed #1194 (ThrottleTransportAdapter overflow bug)
@rogeralsing rogeralsing merged commit e6ca2ac into akkadotnet:dev Aug 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants