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

Remove bluebird promises - #40

Open
bsouthga wants to merge 3 commits into
gordonmleigh:masterfrom
CrossLead:remove-bluebird-promises
Open

Remove bluebird promises#40
bsouthga wants to merge 3 commits into
gordonmleigh:masterfrom
CrossLead:remove-bluebird-promises

Conversation

@bsouthga

Copy link
Copy Markdown

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
Copy Markdown

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

@tapsboy

tapsboy commented Aug 30, 2016

Copy link
Copy Markdown

Did this change work well, without any performance deprecation?

@bsouthga

Copy link
Copy Markdown
Author

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

@tapsboy

tapsboy commented Aug 30, 2016

Copy link
Copy Markdown

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