runtimejs / runtime

[not maintained] Lightweight JavaScript library operating system for the cloud
http://runtimejs.org
Apache License 2.0
1.93k stars 127 forks source link

Node support streams (try 2) #96

Closed iefserge closed 8 years ago

iefserge commented 8 years ago

@facekapow After some more debugging I found that the issue was that pause/resume were overridden in the socket class. That caused readable part of the stream to be in a paused state permanently.

facekapow commented 8 years ago

Works perfectly! LGTM. I guess it was my fault after all, sorry.

iefserge commented 8 years ago

No worries, surprising that it's possible to override it. I guess there are use cases for it.