node-thrift-service
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -85,2 +85,3 @@ /** | ||
self._id = self._host + ':' + self._port; | ||
return null; | ||
}) | ||
@@ -101,2 +102,3 @@ .then(() => { | ||
} | ||
return null; | ||
}).then(() => { | ||
@@ -172,3 +174,3 @@ | ||
// public | ||
this._publish(alias, | ||
return this._publish(alias, | ||
{host: this._host, port: this._port, actions: checks}, utils.TTL | ||
@@ -182,2 +184,3 @@ ).catch((err) => { | ||
} | ||
return null; | ||
}); | ||
@@ -184,0 +187,0 @@ } |
{ | ||
"name": "node-thrift-service", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "use redis/zookeeper to publish thrift service, manage thrift server/client", | ||
@@ -5,0 +5,0 @@ "author": "zzxun <xtkml.g@gmail.com>", |
Sorry, the diff of this file is not supported yet
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
168717
2006