Oh, I see the problem with your example. getDataF...
# rx
a
Oh, I see the problem with your example. getDataFromServer() isn’t creating a stream of information, it’s creating a one-off observable. Add a log statement to it and you’ll see it’s only ever called once.