Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 mognojs 版本 0.7.2 和 socket.io,并且工作正常,但是当我有一段时间没有对数据库进行查询时,可能会超时关闭连接,当我再次尝试进行任何查询时,回调响应是 [错误:连接关闭]
我被添加到添加 auto_reconnect 但我得到同样的错误
var db = require("mongojs").connect(databaseUrl, collections, {auto_reconnect:true});
谢谢你的帮助。
在 mongojs 的 0.7.7 版本中,没有连接到本机 mongodb 驱动层的转发(服务器)选项。在我的意义上,您的 auto_reconnect 在这里毫无用处。我正在寻找解决此问题的方法