You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will remove multicast in 1.0 so as to eliminate it as a stumbling block and allow for correct backpressure propagation (which doesn't work with subjects).
The text was updated successfully, but these errors were encountered:
While discussing #1732 with @headinthebox we determined that
multicast
is troublesome and an "implementation detail" that leaked into the public API.The
publish()
,replay()
,share()
,cache()
operators are what should actually be used.If
multicast
behavior is truly still wanted with "hot" semantics (and no backpressure) it can be achieved by doing this:We will remove
multicast
in 1.0 so as to eliminate it as a stumbling block and allow for correct backpressure propagation (which doesn't work with subjects).The text was updated successfully, but these errors were encountered: