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
Hi,I read the chapter by Sharing the Stream In Data Architecture with Observable . I have a question,I can't understand why to use publishRepaly(1) and refCount() method to collect messages.
First, I know publishRepaly(1) mean to save 1 value
Second, I know refCount() mean automate publish message and needn't use connect() method.
But, I don't know why to design for it.
Thx
The text was updated successfully, but these errors were encountered:
Hi,I read the chapter by Sharing the Stream In Data Architecture with Observable . I have a question,I can't understand why to use
publishRepaly(1)
andrefCount()
method to collect messages.First, I know
publishRepaly(1)
mean to save 1 valueSecond, I know
refCount()
mean automate publish message and needn't useconnect()
method.But, I don't know why to design for it.
Thx
The text was updated successfully, but these errors were encountered: