node-continuation-local-storage
node-continuation-local-storage copied to clipboard
chaos session
use CLS to save session data, but found that session is chaos.
Can you describe what you mean by "chaos"? It looks like you're using generators and Promises to do sugarless async / await, which should work fine with CLS as long as you're using a newish version of async-listener
(the newly-published [email protected]
includes a dependency on the required async-listener
version). What's not working as expected?
@othiym23 my version is 3.1.4. chaos means that one session may be other one
@ourfeel could you provide a reproducable test-case, maybe a small git repo with the example?