79549594

Date: 2025-04-02 03:22:20
Score: 0.5
Natty:
Report link

just change shareReplay to share, it fits exactly what u need.

https://rxjs.dev/api/operators/share

share is similar to shareReplay that it multicast an obs to multiple subscriber, but share does not store or replay previous emit.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: aii-yin