-
Notifications
You must be signed in to change notification settings - Fork 303
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
Parity with yab ratelimit #10
Comments
A change of this kind would require a major version bump. It could be done, since nothing we know of uses this package yet. Ideally we would use this package as a dependency in yab. I’d like to know what @prashantv thinks. |
To clarify, the difference is that yab’s take accepts a cancel channel. |
Since we haven't cut any releases, I think it's fine to change the interface. I think the ideal interface would take a |
So I have a branch locally that updates the interface to accept a
Again, go newb, but is switching to using |
Ignore my earlier comment, I was misusing the |
Is there a status on when the PR for this might be merged? |
I was trawling through the yab ratelimiting code, and noticed that the interface exposed there is different (and IMO nicer) than the interface in this package.
Is this package intended to be kept updated? If so, would it be possible to update the implementation to bring it up the parity? I'd be more than happy to contribute a PR if it would help. It would be great to be able to use rate limiting logic independently of yab.
The text was updated successfully, but these errors were encountered: