Hi, how can I resume the Flow after catching a exc...
# flow
l
Hi, how can I resume the Flow after catching a exception like onErrorResumeNext in RxJava?
e
You cannot resume failed flow.
Why would you need that ?
note that this does not resume, it restarts
l
Hi @elizarov , I have a core SharedFlow (like a message bus), and I want it to keep working even when some exceptions occur.
Thanks @Francesc , I’ll try it
170 Views