rethinkdbdash icon indicating copy to clipboard operation
rethinkdbdash copied to clipboard

r.getPoolMaster().on('healthy' never fires

Open paulrobello opened this issue 7 years ago • 1 comments

Using npm package version 2.3.31 the following code never fires even though the size event does and queries can be run

r.getPoolMaster().on('healthy', function(healthy) { if (healthy === true) { console.log('We can run queries.'); } else { console.log('No queries can be run.'); } });

paulrobello avatar Jan 09 '18 04:01 paulrobello

Experiencing the same issue.

cur3n4 avatar Dec 06 '18 13:12 cur3n4