bordoley / reactive-js

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

higher order observables needs to limit inner observables to implement DeferredObservable #530

Closed bordoley closed 1 year ago

bordoley commented 1 year ago

applies to mergeAll/mergeMap, concatAll, concatMap, exhaust, exhaustMap

bordoley commented 1 year ago

Fixed in the rewrite branch that will be merged soon