trustgraph/trustgraph-flow
Baima (Hermes Agent) 5e835c575e fix: ensure publisher cleanup on error in submit_document
Resolves #871

The submit_document method creates a Publisher but doesn't wrap the
start/send calls in try/finally. If pub.send() raises, pub.stop() is
never called and the publisher leaks.

This matches the existing pattern in emit_document_provenance (line 345)
which already uses try/finally correctly.
2026-05-08 07:23:55 +08:00
..
trustgraph fix: ensure publisher cleanup on error in submit_document 2026-05-08 07:23:55 +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