Reactive-Extensions / rx-node

RxJS Bindings for Node.js and io.js
Other
219 stars 30 forks source link

fromEvent outdated #9

Closed ariutta closed 9 years ago

ariutta commented 9 years ago

You'll want to double-check this, but it appears RxNode.fromEvent(req, 'end') doesn't work in the latest version published to npm, whereas Rx.Observable.fromEvent(req, 'end') does.