Upgrade to emissary@1.2.1 to make memory leaks less likely

This patch version nulls out the Subscription::emitter and ::callback
when subscriptions are cancelled, so even if a reference is retained to
them the resources they formerly referenced are released.
This commit is contained in:
Nathan Sobo
2014-04-03 09:25:08 -06:00
parent a1e1a00f9f
commit 86c4b99eab

View File

@@ -21,7 +21,7 @@
"coffee-script": "1.7.0",
"coffeestack": "0.7.0",
"delegato": "1.x",
"emissary": "^1.2",
"emissary": "^1.2.1",
"first-mate": "^1.4.2",
"fs-plus": "^2.2",
"fstream": "0.1.24",