Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Remove bluebird promises #40

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bsouthga
Copy link

This PR addresses #39 which seems to stem from the usage of bluebird promises. Bluebird is removed as a dependency (and corejs/BabelJS promises are used instead) and a performance test is added.

@haoliangyu
Copy link

+1 I encountered the same issue and this PR saved me.

@tapsboy
Copy link

tapsboy commented Aug 30, 2016

Did this change work well, without any performance deprecation?

@bsouthga
Copy link
Author

Yeah, it worked great (we eventually switched to the native mongodb driver itself, but this ran in production for a while)

@tapsboy
Copy link

tapsboy commented Aug 30, 2016

Thanks. I started having issues once I upgraded bluebird in the rest of my app to bluebird 3 and found issues in production.

Just saw that native mognodb driver now supports promises, which is useful as well

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants