Guillermo Indalecio
Results
1
comments of
Guillermo Indalecio
I think you are using this mechanism wrong, instead of: x4 = do_something_unreliable().retry_with( you should have: x4 = do_something_unreliable.retry_with( Edit: and you add a function call at the end of...