asilvas / node-image-steam

A simple, fast, and highly customizable on-the-fly image manipulation web server built atop Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor connect module to simplify scope

asilvas opened this issue · comments

After numerous heap dumps, there appears to be a memory leak associated with capturing scope, possibly due to the async module and/or timeouts. Could refactor to use Promises, but it's not yet clear if this will resolve.