mirror of
https://github.com/DeBrosOfficial/orama.git
synced 2026-06-16 22:54:12 +00:00
- Attach InvocationContext to the execution context in Engine.Execute to ensure host functions resolve identity from the request context. - Fixes a race condition where concurrent stateless invocations would overwrite the global singleton, causing cross-tenant leaks or nil namespace errors. - Added a regression test to verify per-invocation isolation under load.