https://kotlinlang.org logo
#coroutines
Title
# coroutines
d

dave08

09/11/2019, 12:56 PM
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

dave08

09/11/2019, 1:11 PM
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...
3 Views