You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have lots of duplicated code around request retrying (#9) that I would like to remove. I don't see a way to store the information without adding some fields/methods to each struct in the chain, but maybe we can add a custom derive/procedural macro to make this less cumbersome.
The text was updated successfully, but these errors were encountered:
We have lots of duplicated code around request retrying (#9) that I would like to remove. I don't see a way to store the information without adding some fields/methods to each struct in the chain, but maybe we can add a custom
derive
/procedural macro to make this less cumbersome.The text was updated successfully, but these errors were encountered: