Hi there. They always say `Subjects` are `Observer...
# rx
u
Hi there. They always say
Subjects
are
Observer
and
Observable
at the same time, but mostly we use it as an
Observable
. What would be the use case for using it as a
Observer/Consumer
? Thanks.