Skip to content

DF0007: AsyncLocalStorage Not Set ​

Message ​

AsyncLocalStorage is not set, it likely to be an internal bug of the Devframe foundation

Cause ​

getCurrentRpcSession() was called outside the RPC dispatch context. Usually indicates the RPC server hasn't been composed with startHttpAndWs or the caller is running before the async context is established.

Fix ​

Only call getCurrentRpcSession() from RPC handlers executed by the server. Report as a bug if you hit this inside a handler.

Source ​

Released under the MIT License.