You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EventEmitters are a minefield that won’t play well in general with reactive’s pure async api. The best option for users is to connect manually to an event emitter and use a SubjectLike or EventLike to publish events downstream where appropriate.
https://nodejs.org/api/events.html
also see: ReactiveX/rxjs#2533
There's some weirdness in particular with how node handles errors.
The text was updated successfully, but these errors were encountered: