you do risk missing the emission. after the first ...
# rx
a
you do risk missing the emission. after the first subscribe, if you get the result, and then a second subscribes, the second won't get the emission. You might need a
replay()
to handle this.