I had a huge issue with the `share()` operator bec...
# rx
p
I had a huge issue with the
share()
operator because I didn't realize it shares just the reference so when some operators mutated the object other observers randomly recevied it either alrady mutated or not.