Comparing version 0.6.1 to 0.6.2
@@ -1,2 +0,2 @@ | ||
v0.6.1 - December 6th 2014 | ||
v0.6.1 - v.0.6.2 - December 6th 2014 | ||
===================== | ||
@@ -6,2 +6,3 @@ | ||
yet covered by our test suite. | ||
* Had to re-publish because of npm issues. | ||
@@ -8,0 +9,0 @@ v0.6 - December 5th 2014 |
@@ -325,2 +325,6 @@ 'use strict'; | ||
// fails for whatever reason | ||
// First cleanup any pre-existing timeout from an earlier "terminate" call, | ||
// if one exists. Otherwise terminate calls in quick succession will leak timeouts | ||
// and hold the program open for `closeTimout` time. | ||
if (this._closeTimer) { clearTimeout(this._closeTimer); } | ||
this._closeTimer = setTimeout(cleanupWebsocketResources.bind(this, true), closeTimeout); | ||
@@ -327,0 +331,0 @@ } else if (this.readyState === WebSocket.CONNECTING) { |
@@ -5,3 +5,3 @@ { | ||
"description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127665
2928