bitovi / launchpad

NodeJS Browser Launcher
MIT License
47 stars 28 forks source link

Multiple tabs/windows are opened on long running launchpad instances #21

Closed alexisabril closed 11 years ago

alexisabril commented 11 years ago

Repeatedly launching a browser with a long running launchpad instance grows the number of windows open by O(n), n -> number of times a browser is launched.

This is due to storing the urls in an array in memory: https://github.com/ekryski/launchpad/blob/master/lib/local/index.js#L47