ReactiveX / IxJS

The Interactive Extensions for JavaScript
https://reactivex.io/IxJS/
MIT License
1.33k stars 74 forks source link

fix(merge): catch promise errors to avoid unhandled exceptions #354

Closed trxcllnt closed 10 months ago

trxcllnt commented 1 year ago

Description: AsyncIterable merge should catch promise errors to avoid unhandled exceptions.

Related issue (if exists): #353