pool: dns resolution for authdb.

This commit is contained in:
Christopher Jeffrey 2017-01-16 01:31:14 -08:00
parent ded8097a03
commit 63b39cec56
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -287,6 +287,7 @@ Pool.prototype._connect = co(function* connect() {
}
}
yield this.authdb.discover();
yield this.hosts.discover();
if (this.hosts.size() === 0)