Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
paulrobello opened this issue Jan 9, 2018 · 1 comment
Open

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

paulrobello opened this issue Jan 9, 2018 · 1 comment

Comments

@paulrobello
Copy link

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.');
}
});

@cur3n4
Copy link

cur3n4 commented Dec 6, 2018

Experiencing the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants