bordoley / reactive-js

Fast modern reactive Javascript programming library
MIT License
11 stars 0 forks source link

Observable_createMulticast doesn't actually multicast. #555

Closed bordoley closed 11 months ago

bordoley commented 1 year ago

https://github.com/bordoley/reactive-js/blob/e4a713541446aaeac50617ec12ad9702fb7522b7/src/concurrent/Observable/__internal__/Observable.createMulticast.ts#L10

This implementation needs to be backed by a shared observable.

bordoley commented 11 months ago

This isn't really an issue. The internal users of this api ensure the backing sources are are live.