Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make core.connect async-safe (Fixes #15)
Only a single MongoDB connection will be opened regardless of how many times connect is called, and regardless of the delay between calling connect and it actually resolving.
- Loading branch information