Closed bordoley closed 11 months 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.
This isn't really an issue. The internal users of this api ensure the backing sources are are live.
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.