From 7d0f6afaefb3130e18eb841dcf881b06c95f1c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20F=C3=BCrstenberg?= Date: Wed, 10 Aug 2016 14:16:21 +0200 Subject: [PATCH] make warning less ambigious --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).