I have a Node.js app with MongoDB, I noticed that when the app does heavy CPU calculations (without any interactions with MongoDB), that causes the connection to MongoDB to disconnect.
Why does that always happen?
Hint: I am using the latest stable version of Mongoose