Gerhard Stöbich
Gerhard Stöbich
> At the same time though, async_hooks _is_ still marked as experimental, and AsyncLocalStorage no longer relies on it, so the break is likely a lot less critical. We may...
Is there a race in the tooling? There is PR https://github.com/nodejs/node/pull/60963 from @ErickWendel created 3 days ago.
The noteable changes state `AsyncLocalStorage defaults to AsyncContextFrame` (#55552). Unfortunatelly it turned out that this is not true. A fix created by @legendecas is on the way (https://github.com/nodejs/node/pull/58030)