Inconsistent Behavior with `Stream.changes` and Multiple Consumers: Bug or Documentation Issue?
Possible footgun alert: I'm observing inconsistent behavior when using
https://effect.website/play#6748fa60d6e6
Stream.changes with multiple consumers. I have found the "correct" solution (using Stream.broadcast) but the inconsistent behavior of the naive implementation was not obvious at first, and required some time investment to debug. Curious to hear thoughts on whether this is an actual bug or just an area where perhaps the documentation could be improved. Playground link here:https://effect.website/play#6748fa60d6e6
