MongoQueue icon indicating copy to clipboard operation
MongoQueue copied to clipboard

fixed deprecations(connected property on MongoClient) in MongoQueue

Open mlvea opened this issue 9 years ago • 2 comments

[Mongo] This class has been DEPRECATED as of version 1.3.0. Relying on this feature is highly discouraged. Please use MongoClient instead. MongoClient deprecate connected method. Fixed the deprecation issue.

mlvea avatar Feb 25 '15 08:02 mlvea

MongoQueue::getDatabase(): The 'connected' property is deprecated

sn01615 avatar Aug 13 '15 08:08 sn01615

Happy to pull in this PR, but I'm not sure why the connection method is a static method. Also not sure why there is a connection->is in there

lunaru avatar Aug 13 '15 16:08 lunaru