Say (just an example) I access an api flow that ne...
# coroutines
d
Say (just an example) I access an api flow that needs to log in to start working with it, how can I catch the NotLoggedIn exception and then retry the original flow?
d
So inside the predicate lambda I should subscribe to the login flow?
I saw that operator, but I thought the predicate lambda was just for checking or deciding in how long to run the retry...