async-local-storage icon indicating copy to clipboard operation
async-local-storage copied to clipboard

local storage that is shared between all stack frames (top down) in a call chain, including async function

Results 13 async-local-storage issues
Sort by recently updated
recently updated
newest added

The problem occurs locally, but I'm worried about possibility of reproducing this on production servers version `1.2.0` ``` (node:65032) UnhandledPromiseRejectionWarning: RangeError: Maximum call stack size exceeded at get (/Users/mac/project/node_modules/async-local-storage/index.js:21:13) at...

Please carify if this can be used in node APIs where the methods from different files are being called in a single api and should carry some dynamic value throughout...

Inspecting the data map over multiple requests with the koa example reveals that the map is always growing in size, not just in keys, but the data is left lying...