mongodb-js / mongodb-prebuilt

Install MongoDB prebuilt package using npm https://npmjs.org/package/mongodb-prebuilt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prevents parent process from exiting

hgcummings opened this issue · comments

Starting mongodb now prevents the parent process from exiting correctly. This is because it spawns a connected child process that contains a setInterval, so the event loop never empties.

Fix coming soon to a PR near you.

@hgcummings is this resolved at this point? if so, can you please close this ticket?

Yes, thank you, resolved since the release including the linked PR.