Skip to content
Discussion options

You must be logged in to vote

There is a reason tower's rate limiting middleware doesn't implement Clone. By doing what you're doing your essentially bypassing the limiting by cloning everything. The clones don't actually share the underlying service, or the bookkeeping for how many requests have been sent.

I answered a similar question previously. See #987

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@psionic-k
Comment options

Answer selected by khalludi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants