Should disconnect after every operation?
sengkathir opened this issue · 1 comments
sengkathir commented
Should call Mongorito.disconnect();
after handling each request?
vadimdemedes commented
Nope, most likely you need to keep the connection alive while the app is alive.