othiym23 / node-continuation-local-storage

implementation of https://github.com/joyent/node/issues/5243
BSD 2-Clause "Simplified" License
1.13k stars 207 forks source link

Which type of issues should I expect for? #123

Open goldbergyoni opened 7 years ago

goldbergyoni commented 7 years ago

Hi,

I'm considering to incorporate CLS into our project, I'm fully aware that preserving context in the Node is not hassle-free still I'd like to understand what kind of issues I might face? More specifically, are there only context loss issues or I might face memory leak as well?

p.s. if there some tutorial about how CLS works, I'll appreciate a link to it

Thanks! Yoni