I am picturing something like: create two subscrip...
# rx
d
I am picturing something like: create two subscriptions, one on the "higher" level which lives on a layer with a longer run time, and another - on a layer with shorter run time. And call
connect()
. Then even if shorter one unsubscribes, longer one will continue execution.