node-continuation-local-storage
node-continuation-local-storage copied to clipboard
implementation of https://github.com/joyent/node/issues/5243
I'm writing it as a note to myself and maybe other guys who plan/use CLS (continuation-local-storage). I met several practical problems with it. But my another issue hangs about half-year+...
While playing with this module I'm getting errors such as this ``` Module not found: Error: Can't resolve 'dgram' in '..node_modules/native-dns/lib' [0] @ ./node_modules/native-dns/lib/utils.js 21:12-28 [0] @ ./node_modules/native-dns/lib/client.js [0] @...
Previous versions do not work on node v11.
Forgive me for my questions if they seem obvious. I've recently discovered this package since we're using it in a project here on the job. From a high level, it...
Maturity
For a developer who intends to use cls in production, how would you define the current maturity and reliability?
From the examples it's not entirely clear to me how I can access data that I pass to the `bindEmitter()` function. In the code below I use the `createServer` from...
hi I want to know when current callstack finished, and then I will do some other things after that; I debug the function exit in the finally of namespace.bind or...
So I'm running into an issue, if I have the same event fire multiple times in quick succession, with promises nested, My sessions are overlapped and my first event call...
With [AsyncWrap](https://github.com/nodejs/tracing-wg/tree/master/docs/AsyncWrap) taking shape, it feels like it could be a good time to determine how CLS (or a CLS-like module that uses AsyncWrap) should work with promises. After delving...
It looks like this file hasn't been updated since v3.1.0.