Potential Bug with SubscriptionRef Broadcasting Identical Changes
Hey, I've found something about SubscriptionRef that seems like a bug:
1. Set any random string
2. The change is broadcasted, everything works fine
3. Set the same string again, the change is broadcasted, why?
4. If you pipe
Repro: https://effect.website/play/#03ce0d0f8641
1. Set any random string
2. The change is broadcasted, everything works fine
3. Set the same string again, the change is broadcasted, why?
4. If you pipe
Stream.changes to it (ref.changes.pipe(Stream.changes)), identical changes are not broadcasted.Repro: https://effect.website/play/#03ce0d0f8641
