lwm2m-node-lib
lwm2m-node-lib copied to clipboard
DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version.
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.
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")