I guess I could remove `startWith` but then each s...
# rx
d
I guess I could remove
startWith
but then each subscribing client would not get a most recent value and it would have to wait until the next changeEvent() happens...