trustgraph/ts
elpresidank 580ee319a3 fix: prevent dispatcher race condition via promise-based lazy init
Store the initialization Promise in the requestors map synchronously
before yielding, so concurrent callers for the same key await the same
instance — prevents orphaned RequestResponse objects and duplicate NATS
subscriptions. Mirrors upstream fix 8f18ba02.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-07 12:11:11 -05:00
..
deploy fix: iterative QA pass — resolve remaining bugs, UX and accessibility improvements 2026-04-07 06:33:22 -05:00
entrypoints fix: comprehensive QA — resolve 13 bugs, add UX improvements across all services 2026-04-07 05:20:10 -05:00
packages fix: prevent dispatcher race condition via promise-based lazy init 2026-04-07 12:11:11 -05:00
scripts feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
.dockerignore fix: comprehensive QA — resolve 13 bugs, add UX improvements across all services 2026-04-07 05:20:10 -05:00
.gitignore saving 2026-04-05 21:09:33 -05:00
Containerfile fix: comprehensive QA — resolve 13 bugs, add UX improvements across all services 2026-04-07 05:20:10 -05:00
package.json feat: add Docker entrypoints, LLM providers, pipeline hardening, workbench pages 2026-04-07 03:22:55 -05:00
pnpm-lock.yaml fix: comprehensive QA audit — light mode, accessibility, error handling, code quality 2026-04-07 09:15:59 -05:00
pnpm-workspace.yaml saving 2026-04-05 21:09:33 -05:00
tsconfig.base.json saving 2026-04-05 21:09:33 -05:00
tsconfig.json init 2026-04-05 22:44:45 -05:00
turbo.json saving 2026-04-05 21:09:33 -05:00