lwm2m-node-lib icon indicating copy to clipboard operation
lwm2m-node-lib copied to clipboard

DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version.

Open JOELJOSEPHCHALAKUDY opened this issue 6 years ago • 1 comments

MongoDb connection warning

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.

JOELJOSEPHCHALAKUDY avatar Dec 10 '19 05:12 JOELJOSEPHCHALAKUDY

Thanks for the report!

We are open to contributions fixing this (as a pull request). It shouldn't be difficult... it seems to be the usual deprecating warning due to a change in the mongodb or mongoose dependency, probably well documented out there.

(I have added the label "help wanted")

fgalan avatar Dec 11 '19 18:12 fgalan