marcelorl / hapi-request-context-2

2 stars 1 forks source link

Will this work with Hapi 18+ #6

Open eric-swann-q2 opened 5 years ago

eric-swann-q2 commented 5 years ago

Will this work with Hapi 18.x ?

marcelorl commented 5 years ago

I'm having a look today.

If it doesnt work w/ 18.x i will launch a new version of it.

eric-swann-q2 commented 5 years ago

I looked into it and tried out updating the framework...but it also looks like Hapi no longer uses bluebird and I don't want to force the use of bluebird in our project. In addition, there are some pretty dire perf warnings on the use of CLS.
https://dzone.com/articles/beware-the-performance-cost-of-async-hooks-node-8 Any thoughts on this? Hapi to help :) if I can.