alcaeus / mongo-php-adapter

:link: Adapter to provide ext-mongo interface on top of mongo-php-library
MIT License
463 stars 124 forks source link

Always return 1 for health in MongoClient::getHosts #271

Closed alcaeus closed 3 years ago

alcaeus commented 4 years ago

Fixes #270. Looking at the legacy driver, this has always returned 1 since the method was refactored waaay back in 2012. It's safe to say that we don't need to rely on a field from the isMaster response.