From 63b39cec56f51d69c9d8fca08acca31c3c196c26 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 16 Jan 2017 01:31:14 -0800 Subject: [PATCH] pool: dns resolution for authdb. --- lib/net/pool.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/net/pool.js b/lib/net/pool.js index ea332576..cf741a3c 100644 --- a/lib/net/pool.js +++ b/lib/net/pool.js @@ -287,6 +287,7 @@ Pool.prototype._connect = co(function* connect() { } } + yield this.authdb.discover(); yield this.hosts.discover(); if (this.hosts.size() === 0)