rethinkdbdash icon indicating copy to clipboard operation
rethinkdbdash copied to clipboard

Fix pool matching when a server has no assigned pool

Open aleclarson opened this issue 8 years ago • 3 comments

There was a missing for-loop that caused a ReferenceError to be thrown.

aleclarson avatar Sep 12 '17 23:09 aleclarson

@neumino This PR should be merged ASAP.

It fixes a ReferenceError in PoolMaster.prototype.fetchServers (specifically this line where k is never defined).

aleclarson avatar Oct 27 '17 12:10 aleclarson

When I get the chance, I'll add a test that breaks without this commit.

aleclarson avatar Nov 24 '17 17:11 aleclarson

merged in https://github.com/RebirthDB/rebirthdb-js

thelinuxlich avatar May 23 '18 14:05 thelinuxlich