Run server with
$ node server.jsRun client with
$ node client.js 30000Increase parameter and run multiple times.
When using .on data handler watch memory slowly getting bigger and bigger without reducing. When using .pipe method watch no memory issue arise.
Is this misuse of streams, misunderstanding of streams or memory leak ?
Tested on:
$ node --version
v0.12.3
$ iojs --version
v2.0.2