ReactiveX / IxJS

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

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

Closed trxcllnt closed 8 months ago

trxcllnt commented 1 year ago

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

Related issue (if exists): #353