uber-go / ratelimit

A Go blocking leaky-bucket rate limit implementation
MIT License
4.32k stars 300 forks source link

Update clock dependency #116

Open rabbbit opened 1 year ago

rabbbit commented 1 year ago

There were quite a few fixes in that repo, let's pull them in.

We've had a few mock-clock bugs before (#90), I'm hoping that with the new versions #93 won't be necessary. I'll try reverting #95 on a branch temporarily to see if it would have been caught.

rabbbit commented 1 year ago

This one didn't work very well. I might look at this in detail, but otherwise we're frozen until this is resolved.