用MongoDB時(shí)發(fā)生報(bào)錯(cuò):
MongoError: connection destroyed, not possible to instantiate cursor
據(jù)說是在查找100條以上數(shù)據(jù)時(shí)就會報(bào)這個(gè)錯(cuò)。
解決方法

image.png
在toArray中進(jìn)行關(guān)閉數(shù)據(jù)庫就不會報(bào)錯(cuò)了。
用MongoDB時(shí)發(fā)生報(bào)錯(cuò):
MongoError: connection destroyed, not possible to instantiate cursor
據(jù)說是在查找100條以上數(shù)據(jù)時(shí)就會報(bào)這個(gè)錯(cuò)。
解決方法