moscajs / aedes-persistence-mongodb

MongoDB persistence for Aedes
MIT License
14 stars 16 forks source link

Fix MongoClient deprecation warning #22

Closed robertsLando closed 5 years ago

robertsLando commented 5 years ago

This edit fixes this warning

(node:8234) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to the MongoClient constructor.
robertsLando commented 5 years ago

@mcollina