Handling MongoDB disconnect/reconnects from Node

后端 未结 3 1461
不知归路
不知归路 2020-12-15 14:15

When my MongoDB connection is idle for a few minutes, the next request ends in error. From the mongo command line client, it looks like this:

&g         


        
3条回答
  •  遥遥无期
    2020-12-15 14:51

    I had the same problem and I think it's because I'm accessing the internet behind a proxy server

提交回复
热议问题