trustgraph/trustgraph-flow
forhim007 f9ce373b70 fix: publisher not cleaned up on error in load_document (#871)
Wrap publisher send in try/finally so that pub.stop() is always
called, even if pub.send() raises an exception. This matches the
existing pattern used in emit_document_provenance (lines 345-361).

Also expanded the FIXME comment on the asyncio.sleep(1) to clarify
what it may be compensating for and that further investigation
is needed.
2026-05-08 01:12:44 +08:00
..
trustgraph fix: publisher not cleaned up on error in load_document (#871) 2026-05-08 01:12:44 +08:00
pyproject.toml feat: IAM service, gateway auth middleware, capability model, and CLIs (#849) 2026-04-24 17:29:10 +01:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00