Reactive-Extensions / rx-node

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

Fix unreachable source.resume() #8

Closed ariutta closed 9 years ago

ariutta commented 9 years ago

Since source.resume() was after return, it was never called, which meant the values were not being written.