An Observable execution may only have one Observer

InstructorAndré Staltz

Share this video with your friends

Send Tweet

Let's remind ourselves of a fundamental behavior of the Observable in RxJS, which is: each Observable execution has only one Observer. This means we cannot directly share one single Observable execution to multiple Observers.

Steve Lee
~ 8 years ago

cold or hot? :)