connection-manager
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -177,5 +177,4 @@ /** | ||
ConnectionManager.prototype.add = function (scope, client) { | ||
var completeRecord; | ||
if (! this.clients.exists(client.id)) { | ||
// if (! this.clients.exists(client.id)) { | ||
if (! client.references) { | ||
client.references = new ArrayKeys({ | ||
@@ -182,0 +181,0 @@ identifier: 'id' |
{ | ||
"name": "connection-manager", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Store, checkout & keepalive active connections from multiple locations in your code-base.", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
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
39289