From 3c47cc7964abe90c18331b940d5923cdbdb79a97 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Wed, 15 Apr 2015 12:15:51 +0200 Subject: [PATCH 1/2] Stop polling document when clearing document requests --- src/view-registry.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/view-registry.coffee b/src/view-registry.coffee index 050444ff0..e4b413f00 100644 --- a/src/view-registry.coffee +++ b/src/view-registry.coffee @@ -186,6 +186,7 @@ class ViewRegistry @documentWriters = [] @documentPollers = [] @documentUpdateRequested = false + @stopPollingDocument() requestDocumentUpdate: -> unless @documentUpdateRequested From 6087587864dc04098432997aa0eda486769226ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C5=BDu=C5=BEak?= Date: Wed, 15 Apr 2015 13:00:49 +0200 Subject: [PATCH 2/2] :arrow_up: notifications@0.38.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a66753883..8fd36d5bd 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "link": "0.30.0", "markdown-preview": "0.148.0", "metrics": "0.45.0", - "notifications": "0.37.0", + "notifications": "0.38.0", "open-on-github": "0.36.0", "package-generator": "0.38.0", "release-notes": "0.52.0",