connection-manager
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -402,3 +402,6 @@ /** | ||
} catch (e) { | ||
throw new Error(e); | ||
// We stop throwing errors now due to issue: | ||
// https://github.com/sockethub/sockethub/issues/205 | ||
// and instead remove the reference, if it exists, and carry on. | ||
self.clients.removeRecord(id); | ||
} | ||
@@ -405,0 +408,0 @@ } else { |
{ | ||
"name": "connection-manager", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Store, checkout & keepalive active connections from multiple locations in your code-base.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
39280
1013