Bumping version to 0.0.7, exposing loggers, minor bug fixes, cluster connection (wip)
This commit is contained in:
@ -34,7 +34,8 @@ function setUp(cb) {
|
||||
settings.log.error(error, "Connection to %j failed.", tcpEndPoint);
|
||||
cb(error);
|
||||
});
|
||||
this.conn.on('connected', function () {
|
||||
this.conn.on('connected', function (tcpEndPoint) {
|
||||
if (connected) return;
|
||||
settings.log.debug("Connected to %j.", tcpEndPoint);
|
||||
connected = true;
|
||||
cb();
|
||||
|
Reference in New Issue
Block a user