Executing retry
bound to RetryHandler
instance instead of retryOpts
#2973
Closed
mikaelkaron
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
👋 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment the
retry
handler is executed bound toretryOpts
. This prevents access to instance variables and methods on theRetryHandler
instance, and I'm wondering if simply doing:Would be an acceptable solution to this.
Beta Was this translation helpful? Give feedback.
All reactions