You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey
I found that a MongoClient is created per each HTTP request. MongoDB strongly advises on a single instance since they don't dispose of resources correctly.
More details here.
Hey
I found that a MongoClient is created per each HTTP request. MongoDB strongly advises on a single instance since they don't dispose of resources correctly.
More details here.