Comparing version 0.2.8 to 0.2.9
@@ -38,3 +38,3 @@ /* | ||
return link && link.local && link.local.attach && link.local.attach.source | ||
&& link.local.attach.source.address === address; | ||
&& link.local.attach.source.value[0].toString() === address; | ||
} | ||
@@ -41,0 +41,0 @@ |
@@ -52,4 +52,6 @@ /* | ||
EndpointState.prototype.disconnected = function () { | ||
var was_initialised = this.initialised; | ||
var was_open = this.local_open; | ||
this.init(); | ||
this.initialised = was_initialised; | ||
if (was_open) { | ||
@@ -56,0 +58,0 @@ this.open(); |
{ | ||
"name" : "rhea", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "reactive AMQP 1.0 library", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/grs/rhea", |
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
984777
16342