diff --git a/README.md b/README.md index 2f4d7bb..1b8bf4c 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@ node-continuation-local-storage. ## WARNING +**We recommend AGAINST using the loopback-context module until there is a stable solution to the issue below!** + The module node-continuation-local-storage is known to have many problems, see e.g. [issue #59](https://github.com/othiym23/node-continuation-local-storage/issues/59). As a result, loopback-context does not work in many situations, as can be seen from issues reported in LoopBack's [issue tracker](https://github.com/strongloop/loopback/issues?utf8=%E2%9C%93&q=is%3Aissue%20getCurrentcontext). -**We recommend AGAINST using this module.** - If you are running on Node v6, you can try the new alternative [cls-hooked](https://github.com/Jeff-Lewis/cls-hooked).